Skip to content

Commit b4a484b

Browse files
authored
chore: clean configs (#4996)
* chore: Rename oxlint config to default, set schema & ignore patterns * chore: Remove sizereport config
1 parent 46772a2 commit b4a484b

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.eslintignore

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

oxlint.json renamed to .oxlintrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"$schema": "./node_modules/oxlint/configuration_schema.json",
3+
"ignorePatterns": [
4+
"**/dist/**",
5+
"benchmarks/**"
6+
],
27
"rules": {
38
"camelcase": [
49
1,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"test:ts:compat": "tsc -p compat/test/ts/",
142142
"lint": "run-s oxlint tsc",
143143
"tsc": "tsc -p jsconfig-lint.json",
144-
"oxlint": "oxlint -c oxlint.json src test/browser test/node test/shared debug compat hooks test-utils",
144+
"oxlint": "oxlint src test/browser test/node test/shared debug compat hooks test-utils",
145145
"format": "biome format --write .",
146146
"format:check": "biome format ."
147147
},

sizereport.config.js

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

0 commit comments

Comments
 (0)