Skip to content

Commit c19ca7c

Browse files
committed
add oxlint config
1 parent 4d4d468 commit c19ca7c

File tree

8 files changed

+1966
-234
lines changed

8 files changed

+1966
-234
lines changed

.oxlintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "./node_modules/oxlint/configuration_schema.json",
3+
"extends": ["./node_modules/@taiga-ui/oxlint-config/.oxlintrc.json"]
4+
}

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"after:bump": "npx nx build syncer && node projects/syncer/bin/src/index.js",
1111
"cspell": "cspell --relative --dot --gitignore .",
1212
"lint": "eslint .",
13+
"oxlint": "oxlint",
1314
"prettier": "prettier !package-lock.json . --ignore-path .gitignore",
1415
"release": "npx nx run-many --target publish --all",
1516
"stylelint": "stylelint '**/*.{less,css}' --allow-empty-input --config package.json",

projects/oxlint-config/.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
project.json

0 commit comments

Comments
 (0)