Skip to content

Commit 8086de8

Browse files
committed
chore: oxlint v0.9.6
1 parent 1807173 commit 8086de8

File tree

3 files changed

+39
-38
lines changed

3 files changed

+39
-38
lines changed

oxlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"prefer-spread": 0,
2323
"no-cond-assign": 0,
2424
"react/jsx-no-bind": 0,
25-
"react/no-danger": "off",
25+
"react/no-danger": 0,
26+
"react/no-danger-with-children": 0,
2627
"react/prefer-stateless-function": 0,
2728
"react/sort-comp": 0,
2829
"jest/valid-expect": 0,

package-lock.json

Lines changed: 36 additions & 36 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"mocha": "^9.0.0",
241241
"npm-merge-driver-install": "^3.0.0",
242242
"npm-run-all": "^4.1.5",
243-
"oxlint": "^0.7.0",
243+
"oxlint": "^0.9.6",
244244
"preact-render-to-string": "^6.5.0",
245245
"prop-types": "^15.8.1",
246246
"sade": "^1.8.1",

0 commit comments

Comments
 (0)