Update eslint-vue
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
import js from '@eslint/js';
|
||||
import pluginVue from 'eslint-plugin-vue';
|
||||
import globals from 'globals';
|
||||
|
||||
export default [
|
||||
js.configs.recommended,
|
||||
...pluginVue.configs['flat/essential'],
|
||||
{
|
||||
languageOptions: {
|
||||
globals: globals.browser,
|
||||
},
|
||||
rules: {
|
||||
"semi": "error",
|
||||
"prefer-const": "error",
|
||||
|
||||
Reference in New Issue
Block a user