chore: update ESLint configuration and dependencies to include Tailwind CSS support
This commit is contained in:
@@ -5,14 +5,16 @@
|
||||
},
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:vue/vue3-essential"
|
||||
"plugin:vue/vue3-essential",
|
||||
"plugin:tailwindcss/recommended"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": "latest",
|
||||
"sourceType": "module"
|
||||
},
|
||||
"plugins": [
|
||||
"vue"
|
||||
"vue",
|
||||
"tailwindcss"
|
||||
],
|
||||
"rules": {}
|
||||
}
|
||||
Reference in New Issue
Block a user