Skip to content

Commit 1bdfe5d

Browse files
Boshencamc314
andauthored
release: v1.48.0 (#633)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action --------- Co-authored-by: Boshen <Boshen@users.noreply.github.com> Co-authored-by: Cameron Clark <cameron.clark@hey.com>
1 parent 7649344 commit 1bdfe5d

File tree

7 files changed

+152
-91
lines changed

7 files changed

+152
-91
lines changed

.oxlintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"suspicious": "error"
66
},
77
"rules": {
8-
"@typescript-eslint/no-unsafe-type-assertion": "off" // FIX: ignore them inline or fix them
8+
"@typescript-eslint/no-unsafe-type-assertion": "off", // FIX: ignore them inline or fix them
9+
"no-shadow": "off" // FIX: ignore them inline or fix them
910
},
1011
"ignorePatterns": ["dist/"]
1112
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-oxlint",
3-
"version": "1.46.0",
3+
"version": "1.48.0",
44
"description": "Turn off all rules already supported by oxlint",
55
"keywords": [
66
"eslint",
@@ -69,7 +69,7 @@
6969
"lint-staged": "^16.0.0",
7070
"memfs": "^4.14.0",
7171
"oxfmt": "^0.32.0",
72-
"oxlint": "^1.46.0",
72+
"oxlint": "^1.48.0",
7373
"oxlint-tsgolint": "^0.10.1",
7474
"scule": "^1.3.0",
7575
"shelljs": "^0.10.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)