mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-11 23:14:19 +08:00
Syntax Highlighting for Docker and Yaml (#177)
* Implement dynamic component for docker and yaml prism components. Also removes chunk limit for lazy-loading. * Fix eslint with babel-eslint and remove unusued LimitChunkCount plugin.
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = {
|
||||
'plugin:vue/recommended',
|
||||
],
|
||||
parserOptions: {
|
||||
parser: "babel-eslint",
|
||||
ecmaVersion: 2018,
|
||||
sourceType: 'module',
|
||||
},
|
||||
|
Reference in New Issue
Block a user