Skip to content

Commit aec2cd5

Browse files
committed
chore(lint): update oxlint config
1 parent fa3a4e3 commit aec2cd5

File tree

3 files changed

+58
-43
lines changed

3 files changed

+58
-43
lines changed

src/GZCTF/ClientApp/.oxlintrc.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "./node_modules/oxlint/configuration_schema.json",
3+
"env": {
4+
"browser": true
5+
},
6+
"globals": {},
7+
"overrides": [],
8+
"plugins": [
9+
"import",
10+
"typescript",
11+
"react"
12+
],
13+
"rules": {
14+
"react/exhaustive-deps": "allow"
15+
},
16+
"settings": {}
17+
}

src/GZCTF/ClientApp/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
6060
"@types/chroma-js": "^3.1.1",
6161
"@types/katex": "^0.16.7",
62-
"@types/node": "^22.15.29",
6362
"@types/prismjs": "^1.26.5",
6463
"@types/react": "^19.1.6",
6564
"@types/react-dom": "^19.1.5",
@@ -69,7 +68,7 @@
6968
"form-data": "~4.0.2",
7069
"globals": "^16.2.0",
7170
"lodash": "^4.17.21",
72-
"oxlint": "^0.16.12",
71+
"oxlint": "^0.17.0",
7372
"postcss": "^8.5.4",
7473
"postcss-preset-mantine": "^1.17.0",
7574
"postcss-simple-vars": "^7.0.1",

src/GZCTF/ClientApp/pnpm-lock.yaml

Lines changed: 40 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)