WIP
This commit is contained in:
parent
0dc060dd45
commit
9996c34ac7
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
extends: ['eslint:recommended', 'plugin:vue/recommended'],
|
||||
extends: ['eslint:recommended', 'plugin:vue/vue3-recommended'],
|
||||
parserOptions: {
|
||||
ecmaVersion: 2020,
|
||||
sourceType: 'module',
|
||||
|
@ -15,6 +15,7 @@ module.exports = {
|
|||
semi: ['warn', 'never'],
|
||||
'no-unused-vars': ['error', { vars: 'all', args: 'after-used', ignoreRestSiblings: true }],
|
||||
'comma-dangle': ['warn', 'always-multiline'],
|
||||
'vue/multi-word-component-names': 'off',
|
||||
'vue/max-attributes-per-line': 'off',
|
||||
'vue/require-default-prop': 'off',
|
||||
'vue/singleline-html-element-content-newline': 'off',
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
"@inertiajs/progress": "^0.2.6",
|
||||
"@popperjs/core": "^2.11.0",
|
||||
"autoprefixer": "^10.2.4",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-vue": "^7.5.0",
|
||||
"eslint": "^8.4.1",
|
||||
"eslint-plugin-vue": "^8.2.0",
|
||||
"laravel-mix": "^6.0.6",
|
||||
"lodash": "^4.17.21",
|
||||
"postcss": "^8.2.6",
|
||||
|
|
Loading…
Reference in New Issue