add additionnalCss
This commit is contained in:
parent
08c2f57d6e
commit
b4217f80d4
21 changed files with 7151 additions and 2 deletions
15
site/plugins/code-editor/.eslintrc.json
Normal file
15
site/plugins/code-editor/.eslintrc.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es2021": true
|
||||
},
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:vue/recommended",
|
||||
"prettier"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 12,
|
||||
"sourceType": "module"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue