Skip to content

Commit

Permalink
chore: upgrade eslint-plugin-vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschungelabenteuer committed Mar 18, 2024
1 parent b28abee commit 3122b24
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 24 deletions.
11 changes: 11 additions & 0 deletions .changeset/tall-crabs-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@yungezeit/eslint-config-vue": patch
"@yungezeit/eslint-config": patch
"@yungezeit/eslint-config-base": patch
"@yungezeit/eslint-config-react": patch
"@yungezeit/eslint-config-storybook": patch
"@yungezeit/eslint-config-svelte": patch
"@yungezeit/eslint-config-typescript": patch
---

Updated eslint-plugin-vue and prefered shorthand bindings
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"javascript",
Expand Down
1 change: 1 addition & 0 deletions packages/vue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'vue/no-unused-vars': ['error', { ignorePattern: '^_' }],
'vue/v-bind-style': ['error', 'shorthand'],
},
},
],
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
},
"dependencies": {
"@yungezeit/eslint-config-typescript": "workspace:*",
"eslint-plugin-vue": "^9.17.0"
"eslint-plugin-vue": "^9.23.0"
}
}
}
49 changes: 28 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3122b24

Please sign in to comment.