Skip to content

Commit

Permalink
Migrate to @antfu/eslint-config config
Browse files Browse the repository at this point in the history
  • Loading branch information
deptyped committed May 23, 2024
1 parent 37279f7 commit 377b612
Show file tree
Hide file tree
Showing 5 changed files with 1,955 additions and 1,600 deletions.
69 changes: 0 additions & 69 deletions .eslintrc.json

This file was deleted.

3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"typescript.tsdk": "node_modules/typescript/lib",
"eslint.codeActionsOnSave.mode": "problems",
"eslint.format.enable": true,
"eslint.experimental.useFlatConfig": true,
"[typescript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
}
}
5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import antfu from '@antfu/eslint-config'

export default antfu({

})
Loading

0 comments on commit 377b612

Please sign in to comment.