Skip to content

Commit

Permalink
Merge pull request #143 from leukeleu/dependabot/npm_and_yarn/typescr…
Browse files Browse the repository at this point in the history
…ipt-eslint/eslint-plugin-6.21.0

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.21.0
  • Loading branch information
jaap3 authored Feb 8, 2024
2 parents 7bac82a + cd4ce9a commit 51b4fad
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 285 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
groups:
typescript-eslint:
patterns:
- '@typescript-eslint/*'

- package-ecosystem: 'github-actions'
directory: '/'
Expand Down
1 change: 1 addition & 0 deletions configs/nuxt3.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {

// Typescript rules
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/stylistic',

// Nuxt rules
'plugin:nuxt/recommended',
Expand Down
1 change: 1 addition & 0 deletions configs/vue3.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
'plugin:vuejs-accessibility/recommended',
// Typescript rules
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/stylistic',
],
parser: 'vue-eslint-parser',

Expand Down
Loading

0 comments on commit 51b4fad

Please sign in to comment.