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:
Alex Howes
2020-10-14 15:49:53 +01:00
committed by GitHub
parent 40aed64034
commit 3aba7956ef
7 changed files with 140 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ module.exports = {
'plugin:vue/recommended',
],
parserOptions: {
parser: "babel-eslint",
ecmaVersion: 2018,
sourceType: 'module',
},