before symfony/security-bundle update

This commit is contained in:
2022-05-25 14:41:58 +02:00
parent aec0b4356a
commit aa84f3c4c6
21 changed files with 1876 additions and 697 deletions

View File

@@ -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,