before symfony/security-bundle update
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
// add more generic rulesets here, such as:
|
||||
"eslint:recommended",
|
||||
"airbnb-base",
|
||||
"plugin:vue/recommended"
|
||||
"plugin:vue/recommended",
|
||||
"plugin:vue/vue3-recommended"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 9,
|
||||
"parser": "espree",
|
||||
"ecmaVersion": 2022,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"env": {
|
||||
@@ -47,7 +49,7 @@
|
||||
"no-tabs": "off",
|
||||
"comma-dangle": "off",
|
||||
"no-alert": 0,
|
||||
"no-unused-vars": "warn",
|
||||
"no-unused-vars": "off",
|
||||
"spaced-comment": "off",
|
||||
"no-param-reassign": 0,
|
||||
"import/extensions": 0,
|
||||
|
Reference in New Issue
Block a user