Skip to content

Commit fd7a3b3

Browse files
Bump the oxlint group with 2 updates (#14349)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Birchler <pascalb@google.com>
1 parent 3225e95 commit fd7a3b3

File tree

3 files changed

+46
-43
lines changed

3 files changed

+46
-43
lines changed

.oxlintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
}
2727
},
2828
"rules": {
29+
"class-methods-use-this": "off",
2930
"default-case": "off",
3031
"max-classes-per-file": "off",
3132
"max-depth": "off",
@@ -36,7 +37,9 @@
3637
"no-case-declarations": "off",
3738
"no-else-return": "off",
3839
"no-empty-function": "off",
40+
"no-multiple-resolved": "off",
3941
"no-negated-condition": "off",
42+
"no-param-reassign": "off",
4043
"no-plusplus": "off",
4144
"no-undef": "off",
4245
"no-undefined": "off",

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"eslint-plugin-jsx-a11y": "^6.10.2",
117117
"eslint-plugin-markdown": "^5.1.0",
118118
"eslint-plugin-n": "^17.23.1",
119-
"eslint-plugin-oxlint": "^1.15.0",
119+
"eslint-plugin-oxlint": "^1.22.0",
120120
"eslint-plugin-prettier": "^5.5.4",
121121
"eslint-plugin-react": "^7.37.5",
122122
"eslint-plugin-react-hooks": "^6.0.0-rc.1",
@@ -147,7 +147,7 @@
147147
"mockdate": "^3.0.5",
148148
"npm-package-json-lint": "^9.0.0",
149149
"npm-run-all": "^4.1.5",
150-
"oxlint": "^1.15.0",
150+
"oxlint": "^1.22.0",
151151
"patch-package": "^8.0.1",
152152
"postcss-jsx": "^0.36.4",
153153
"postcss-styled-syntax": "^0.7.1",

0 commit comments

Comments
 (0)