Skip to content

Commit

Permalink
chore(deps): update devdependency eslint to v9 (#394)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
renovate[bot] and danielroe authored May 27, 2024
1 parent 4fbeda7 commit f24881c
Show file tree
Hide file tree
Showing 6 changed files with 458 additions and 365 deletions.
28 changes: 28 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,32 @@ export default antfu({
rules: {
'ts/method-signature-style': 'off',
},
}).append({
files: ['test/**/*.bench.ts'],
rules: {
'test/consistent-test-it': 'off',
},
}, {
files: ['test/**/*.test.ts'],
rules: {
'regexp/no-dupe-disjunctions': 'off',
'regexp/strict': 'off',
'regexp/no-useless-assertions': 'off',
'regexp/no-useless-backreference': 'off',
'regexp/no-empty-group': 'off',
'regexp/no-empty-capturing-group': 'off',
'regexp/no-useless-non-capturing-group': 'off',
'regexp/no-useless-character-class': 'off',
'regexp/prefer-d': 'off',
'regexp/prefer-character-class': 'off',
'regexp/use-ignore-case': 'off',
'regexp/optimal-quantifier-concatenation': 'off',
'regexp/no-useless-quantifier': 'off',
'regexp/prefer-plus-quantifier': 'off',
},
}, {
files: ['docs/**/*'],
rules: {
'regexp/prefer-character-class': 'off',
},
})
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"unplugin": "^1.8.3"
},
"devDependencies": {
"@antfu/eslint-config": "2.8.0",
"@antfu/eslint-config": "2.19.0",
"@codspeed/vitest-plugin": "3.1.0",
"@nuxt/kit": "3.10.3",
"@types/estree": "1.0.5",
"@types/node": "20.11.30",
"@vitest/coverage-v8": "1.3.1",
"acorn": "8.11.3",
"bumpp": "9.4.1",
"eslint": "8.57.0",
"eslint": "9.3.0",
"expect-type": "0.18.0",
"lint-staged": "latest",
"rollup": "4.12.1",
Expand All @@ -76,15 +76,15 @@
"vite": "5.2.11",
"vitest": "1.3.1"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
},
"resolutions": {
"magic-regexp": "link:."
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}
Loading

0 comments on commit f24881c

Please sign in to comment.