mirror of https://github.com/DJ2LS/FreeDATA.git
adjusted linting packages
parent
1024ffab29
commit
6f5e76ab6f
|
@ -3,11 +3,12 @@ import globals from 'globals'
|
|||
|
||||
export default [
|
||||
...pluginVue.configs['flat/base'],
|
||||
//...pluginVue.configs['flat/recommended'],
|
||||
//...pluginVue.configs['flat/recommended'], // causes some errors not able to fix, yet. So disabled for now
|
||||
{
|
||||
ignores: ["**/*.config.js", "!**/eslint.config.js", "**/src/locales/**", "**/node_modules/**", "**/dist/**"],
|
||||
rules: {
|
||||
'vue/no-unused-vars': 'error'
|
||||
'vue/no-unused-vars': 'error',
|
||||
'vue/multi-word-component-names': 'warn',
|
||||
},
|
||||
languageOptions: {
|
||||
//sourceType: 'module',
|
||||
|
|
Loading…
Reference in New Issue