mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
Add config for eslint
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
import pluginVue from 'eslint-plugin-vue'
|
||||
|
||||
export default [
|
||||
...pluginVue.configs['flat/strongly-recommended'],
|
||||
{
|
||||
rules: {
|
||||
// override/add rules settings here, such as:
|
||||
// 'vue/no-unused-vars': 'error'
|
||||
...pluginVue.configs['flat/essential'],
|
||||
/* {
|
||||
languageOptions: {
|
||||
parser: '@typescript-eslint/parser',
|
||||
},
|
||||
},*/
|
||||
{
|
||||
rules: {
|
||||
// override/add rules settings here, such as:
|
||||
'vue/multi-word-component': 'off'
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user