Skip to content

Commit

Permalink
chore: update unocss eslint config
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Jul 4, 2023
1 parent dad64e7 commit 38d0654
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ module.exports = {
},
plugins: ['prettier', 'vue', 'jsdoc', 'security', '@typescript-eslint'],
extends: [
'prettier',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:prettier/recommended',
'plugin:nuxt/recommended',
'plugin:jsdoc/recommended',
'plugin:security/recommended',
'plugin:prettier/recommended',
'@unocss',
'prettier',
],
// add your custom rules here
rules: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@unocss/eslint-config": "^0.53.4",
"@vinayakkulkarni/prettier-config-vue": "^1.0.0",
"@vueuse/core": "^10.2.1",
"@vueuse/nuxt": "^10.2.1",
Expand Down

0 comments on commit 38d0654

Please sign in to comment.