mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
Add ts parser and adjust config
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
import pluginVue from 'eslint-plugin-vue'
|
||||
|
||||
export default [
|
||||
...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