Skip to content

Commit 04a72ee

Browse files
author
Denis Bardadym
committed
Update dependenceis and fix format/lint scripts
1 parent 7f274c2 commit 04a72ee

35 files changed

+3819
-3013
lines changed

.eslintignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 31 deletions
This file was deleted.

.oxlintrc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "./node_modules/oxlint/configuration_schema.json",
3+
"categories": {
4+
"correctness": "error",
5+
"suspicious": "error"
6+
},
7+
"rules": {
8+
"react/react-in-jsx-scope": "off"
9+
}
10+
}

0 commit comments

Comments
 (0)