eslint-plugin-oxlint
Advanced tools
Comparing version 0.2.7 to 0.2.8
{ | ||
"name": "eslint-plugin-oxlint", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Turn off all rules already supported by oxlint", | ||
@@ -35,3 +35,3 @@ "type": "module", | ||
"@types/eslint": "^8.56.5", | ||
"@types/node": "^20.10.5", | ||
"@types/node": "^20.12.5", | ||
"@typescript-eslint/eslint-plugin": "^7.0.0", | ||
@@ -44,9 +44,9 @@ "@typescript-eslint/parser": "^6.16.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-unicorn": "^51.0.1", | ||
"eslint-plugin-unicorn": "^52.0.0", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.0", | ||
"oxlint": "^0.2.8", | ||
"oxlint": "^0.2.16", | ||
"prettier": "^3.2.4", | ||
"tsx": "^4.7.0", | ||
"typescript": "^5.3.3", | ||
"tsx": "^4.7.2", | ||
"typescript": "^5.4.4", | ||
"vitest": "^1.3.1" | ||
@@ -53,0 +53,0 @@ }, |
15
rules.js
@@ -8,2 +8,3 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
"default-case-last": "off", | ||
"default-param-last": "off", | ||
"eqeqeq": "off", | ||
@@ -52,2 +53,3 @@ "for-direction": "off", | ||
"no-irregular-whitespace": "off", | ||
"no-iterator": "off", | ||
"no-loss-of-precision": "off", | ||
@@ -64,2 +66,3 @@ "no-mixed-operators": "off", | ||
"no-return-await": "off", | ||
"no-script-url": "off", | ||
"no-self-assign": "off", | ||
@@ -106,2 +109,3 @@ "no-self-compare": "off", | ||
"@typescript-eslint/prefer-as-const": "off", | ||
"@typescript-eslint/prefer-for-of": "off", | ||
"@typescript-eslint/prefer-function-type": "off", | ||
@@ -135,5 +139,8 @@ "@typescript-eslint/prefer-ts-expect-error": "off", | ||
"jest/no-test-return-statement": "off", | ||
"jest/no-untyped-mock-factory": "off", | ||
"jest/prefer-called-with": "off", | ||
"jest/prefer-comparison-matcher": "off", | ||
"jest/prefer-equality-matcher": "off", | ||
"jest/prefer-expect-resolves": "off", | ||
"jest/prefer-mock-promise-shorthand": "off", | ||
"jest/prefer-spy-on": "off", | ||
@@ -235,2 +242,3 @@ "jest/prefer-strict-equal": "off", | ||
"react/button-has-type": "off", | ||
"react/checked-requires-onchange-or-readonly": "off", | ||
"react/jsx-no-target-blank": "off", | ||
@@ -334,2 +342,8 @@ "react/jsx-key": "off", | ||
const jsdocRules = { | ||
"jsdoc/check-access": "off", | ||
"jsdoc/empty-tags": "off" | ||
} | ||
const treeShakingRules = { | ||
@@ -349,3 +363,4 @@ "tree-shaking/no-side-effects-in-initialization": "off" | ||
nextjsRules, | ||
jsdocRules, | ||
treeShakingRules | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63440
25
930