improve linting - add oxlint and simplify config
This commit is contained in:
parent
21cd1d51a8
commit
d592fa6468
13 changed files with 120 additions and 65 deletions
|
@ -7,6 +7,7 @@ module.exports = {
|
|||
extends: [
|
||||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:oxlint/recommended",
|
||||
"turbo",
|
||||
],
|
||||
ignorePatterns: ["dist/", "build/"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue