Skip to content

Commit 765f58d

Browse files
authored
chore(deps): chai and esm upgrade (#178)
Co-authored-by: chgl <5307555+chgl@users.noreply.github.com>
1 parent 7955544 commit 765f58d

6 files changed

Lines changed: 1464 additions & 1501 deletions

File tree

.eslintrc.js

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

.oxlintrc.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "./node_modules/oxlint/configuration_schema.json",
3+
"plugins": ["unicorn", "oxc"],
4+
"categories": {
5+
"correctness": "error"
6+
},
7+
"rules": {},
8+
"env": {
9+
"builtin": true,
10+
"node": true
11+
},
12+
"overrides": [
13+
{
14+
"files": ["**/*.spec.js"],
15+
"env": {
16+
"jest": true
17+
},
18+
"plugins": ["unicorn", "oxc", "jest"]
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)