eslint-plugin-oxlint
Advanced tools
Comparing version 0.9.9 to 0.9.10
{ | ||
"name": "eslint-plugin-oxlint", | ||
"version": "0.9.9", | ||
"version": "0.9.10", | ||
"description": "Turn off all rules already supported by oxlint", | ||
"type": "module", | ||
"packageManager": "pnpm@9.9.0", | ||
"packageManager": "pnpm@9.12.0", | ||
"exports": { | ||
@@ -56,3 +56,3 @@ ".": { | ||
"@eslint/eslintrc": "^3.1.0", | ||
"@oxc-node/core": "^0.0.14", | ||
"@oxc-node/core": "^0.0.15", | ||
"@types/eslint": "^9.0.0", | ||
@@ -68,7 +68,7 @@ "@types/node": "^22.0.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-unicorn": "^55.0.0", | ||
"eslint-plugin-unicorn": "^56.0.0", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.5", | ||
"memfs": "^4.9.2", | ||
"oxlint": "^0.9.8", | ||
"oxlint": "^0.9.10", | ||
"prettier": "^3.3.1", | ||
@@ -75,0 +75,0 @@ "shelljs": "^0.8.5", |
@@ -119,2 +119,3 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
'promise/param-names': 'off', | ||
'promise/prefer-await-to-callbacks': 'off', | ||
'promise/prefer-await-to-then': 'off', | ||
@@ -184,2 +185,3 @@ 'react/jsx-curly-brace-presence': 'off', | ||
'no-regex-spaces': 'off', | ||
'no-return-assign': 'off', | ||
'no-template-curly-in-string': 'off', | ||
@@ -186,0 +188,0 @@ 'no-void': 'off', |
@@ -75,2 +75,3 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
'no-restricted-globals': 'off', | ||
'no-return-assign': 'off', | ||
'no-script-url': 'off', | ||
@@ -271,2 +272,3 @@ 'no-self-assign': 'off', | ||
'promise/param-names': 'off', | ||
'promise/prefer-await-to-callbacks': 'off', | ||
'promise/prefer-await-to-then': 'off', | ||
@@ -273,0 +275,0 @@ 'promise/spec-only': 'off', |
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
144683
3375