Skip to content

Commit

Permalink
chore: update eslint (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
imyangyong authored Feb 19, 2024
1 parent 63bd9c5 commit 23d9e37
Show file tree
Hide file tree
Showing 4 changed files with 703 additions and 271 deletions.
4 changes: 2 additions & 2 deletions eslint.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import antfu from '@antfu/eslint-config'

export default antfu({
overrides: {
typescript: {
typescript: {
overrides: {
'ts/ban-ts-comment': 'off',
'ts/prefer-ts-expect-error': 'off',
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.4",
"@antfu/eslint-config": "^2.6.4",
"@antfu/ni": "^0.21.12",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down
Loading

0 comments on commit 23d9e37

Please sign in to comment.