Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .oxlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"extends": ["./node_modules/@taiga-ui/oxlint-config/.oxlintrc.json"]
}
1,730 changes: 1,472 additions & 258 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"after:bump": "npx nx build syncer && node projects/syncer/bin/src/index.js",
"cspell": "cspell --relative --dot --gitignore .",
"lint": "eslint .",
"oxlint": "oxlint",
"prettier": "prettier !package-lock.json . --ignore-path .gitignore",
"release": "npx nx run-many --target publish --all",
"stylelint": "stylelint '**/*.{less,css}' --allow-empty-input --config package.json",
Expand Down
4 changes: 3 additions & 1 deletion projects/cspell-config/configs/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,8 @@
"crossfading",
"UTDL",
"typesafe",
"popout"
"popout",
"oxlint",
"oxlintrc"
]
}
2 changes: 2 additions & 0 deletions projects/oxlint-config/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
project.json
Loading