Skip to content

Commit

Permalink
eslint.config.jsのVueプラグイン設定を'recommended'に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
reiroop committed Nov 2, 2024
1 parent 85ba6b7 commit 8ba7af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default [
},
pluginJs.configs.recommended,
...tseslint.configs.recommended,
...pluginVue.configs['flat/essential'],
...pluginVue.configs['flat/recommended'],
{
files: ['**/*.vue'],
languageOptions: {
Expand Down

0 comments on commit 8ba7af0

Please sign in to comment.