adding kirby3-janitor
This commit is contained in:
18
site/plugins/kirby3-janitor/.eslintrc.json
Normal file
18
site/plugins/kirby3-janitor/.eslintrc.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es2021": true
|
||||
},
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:vue/recommended",
|
||||
"prettier"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 12,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"vue/require-default-prop": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user