mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-09 01:09:51 +00:00
Install eslint and eslint vue plugin + config file
This commit is contained in:
parent
32459e6092
commit
f90f1c7ef8
11
eslint.config.mjs
Normal file
11
eslint.config.mjs
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
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'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
@ -35,7 +35,9 @@
|
|||||||
"typescript": "^5.4.5",
|
"typescript": "^5.4.5",
|
||||||
"vue-loader": "^17.0.0",
|
"vue-loader": "^17.0.0",
|
||||||
"webpack": "^5.75.0",
|
"webpack": "^5.75.0",
|
||||||
"webpack-cli": "^5.0.1"
|
"webpack-cli": "^5.0.1",
|
||||||
|
"eslint": "^9.13.0",
|
||||||
|
"eslint-plugin-vue": "^9.30.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fullcalendar/core": "^6.1.4",
|
"@fullcalendar/core": "^6.1.4",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user