Skip to content

Commit

Permalink
Merge pull request #4211 from traPtitech/dependabot/npm_and_yarn/type…
Browse files Browse the repository at this point in the history
…script-eslint/eslint-plugin-6.16.0

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.16.0
  • Loading branch information
mehm8128 committed Jan 6, 2024
2 parents ca5871a + cb828f2 commit 24d955b
Show file tree
Hide file tree
Showing 5 changed files with 356 additions and 136 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ module.exports = {
'vue/v-on-event-hyphenation': ['error', 'always', { autofix: true }],
'vue/v-on-function-call': 'error',
'vue/no-template-target-blank': 'error',
'vue/prefer-true-attribute-shorthand': 'error'
'vue/prefer-true-attribute-shorthand': 'error',
'@typescript-eslint/no-non-null-assertion': 'warn',
'no-empty-function': 'off',
'@typescript-eslint/no-empty-function': 'error',
'@typescript-eslint/no-empty-interface': 'error'
},
overrides: [
{
Expand Down
2 changes: 1 addition & 1 deletion eslint-vue-ts-recommended.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* 適用されるようにするためにoverridesに'*.vue'を追加する
*/

const typescriptEslintEslintRecommended = require('@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended')
const typescriptEslintEslintRecommended = require('./node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended')

module.exports = {
...typescriptEslintEslintRecommended,
Expand Down
Loading

0 comments on commit 24d955b

Please sign in to comment.