eslint-plugin-oxlint
Advanced tools
Comparing version 0.13.1 to 0.13.2
@@ -16,2 +16,3 @@ declare const configByCategory: { | ||
readonly 'no-new-wrappers': "off"; | ||
readonly 'no-object-constructor': "off"; | ||
readonly 'no-prototype-builtins': "off"; | ||
@@ -113,2 +114,3 @@ readonly 'no-redeclare': "off"; | ||
readonly 'jsdoc/empty-tags': "off"; | ||
readonly 'jsx-a11y/anchor-ambiguous-text': "off"; | ||
readonly 'node/no-new-require': "off"; | ||
@@ -154,2 +156,3 @@ readonly 'promise/catch-or-return': "off"; | ||
readonly 'no-continue': "off"; | ||
readonly 'no-duplicate-imports': "off"; | ||
readonly 'no-label-var': "off"; | ||
@@ -245,2 +248,3 @@ readonly 'no-magic-numbers': "off"; | ||
readonly 'unicorn/prefer-modern-dom-apis': "off"; | ||
readonly 'unicorn/prefer-negative-index': "off"; | ||
readonly 'unicorn/prefer-optional-catch-binding': "off"; | ||
@@ -438,2 +442,3 @@ readonly 'unicorn/prefer-reflect-apply': "off"; | ||
readonly 'react-perf/jsx-no-new-object-as-prop': "off"; | ||
readonly 'unicorn/prefer-set-has': "off"; | ||
}; | ||
@@ -457,2 +462,3 @@ }; | ||
readonly 'react/jsx-no-comment-textnodes': "off"; | ||
readonly 'react/jsx-no-script-url': "off"; | ||
readonly 'react/react-in-jsx-scope': "off"; | ||
@@ -459,0 +465,0 @@ readonly 'react/style-prop-object': "off"; |
@@ -40,2 +40,3 @@ declare const configByScope: { | ||
readonly 'no-duplicate-case': "off"; | ||
readonly 'no-duplicate-imports': "off"; | ||
readonly 'no-else-return': "off"; | ||
@@ -70,2 +71,3 @@ readonly 'no-empty': "off"; | ||
readonly 'no-obj-calls': "off"; | ||
readonly 'no-object-constructor': "off"; | ||
readonly 'no-plusplus': "off"; | ||
@@ -221,2 +223,3 @@ readonly 'no-proto': "off"; | ||
readonly 'jsx-a11y/alt-text': "off"; | ||
readonly 'jsx-a11y/anchor-ambiguous-text': "off"; | ||
readonly 'jsx-a11y/anchor-has-content': "off"; | ||
@@ -308,2 +311,3 @@ readonly 'jsx-a11y/anchor-is-valid': "off"; | ||
readonly 'react/jsx-no-duplicate-props': "off"; | ||
readonly 'react/jsx-no-script-url': "off"; | ||
readonly 'react/jsx-no-target-blank': "off"; | ||
@@ -466,2 +470,3 @@ readonly 'react/jsx-no-undef': "off"; | ||
readonly 'unicorn/prefer-native-coercion-functions': "off"; | ||
readonly 'unicorn/prefer-negative-index': "off"; | ||
readonly 'unicorn/prefer-node-protocol': "off"; | ||
@@ -474,2 +479,3 @@ readonly 'unicorn/prefer-number-properties': "off"; | ||
readonly 'unicorn/prefer-regexp-test': "off"; | ||
readonly 'unicorn/prefer-set-has': "off"; | ||
readonly 'unicorn/prefer-set-size': "off"; | ||
@@ -476,0 +482,0 @@ readonly 'unicorn/prefer-spread': "off"; |
@@ -13,2 +13,3 @@ declare const pedanticRules: { | ||
readonly 'no-new-wrappers': "off"; | ||
readonly 'no-object-constructor': "off"; | ||
readonly 'no-prototype-builtins': "off"; | ||
@@ -107,2 +108,3 @@ readonly 'no-redeclare': "off"; | ||
readonly 'jsdoc/empty-tags': "off"; | ||
readonly 'jsx-a11y/anchor-ambiguous-text': "off"; | ||
readonly 'node/no-new-require': "off"; | ||
@@ -145,2 +147,3 @@ readonly 'promise/catch-or-return': "off"; | ||
readonly 'no-continue': "off"; | ||
readonly 'no-duplicate-imports': "off"; | ||
readonly 'no-label-var': "off"; | ||
@@ -236,2 +239,3 @@ readonly 'no-magic-numbers': "off"; | ||
readonly 'unicorn/prefer-modern-dom-apis': "off"; | ||
readonly 'unicorn/prefer-negative-index': "off"; | ||
readonly 'unicorn/prefer-optional-catch-binding': "off"; | ||
@@ -423,2 +427,3 @@ readonly 'unicorn/prefer-reflect-apply': "off"; | ||
readonly 'react-perf/jsx-no-new-object-as-prop': "off"; | ||
readonly 'unicorn/prefer-set-has': "off"; | ||
}; | ||
@@ -439,2 +444,3 @@ declare const suspiciousRules: { | ||
readonly 'react/jsx-no-comment-textnodes': "off"; | ||
readonly 'react/jsx-no-script-url': "off"; | ||
readonly 'react/react-in-jsx-scope': "off"; | ||
@@ -441,0 +447,0 @@ readonly 'react/style-prop-object': "off"; |
@@ -37,2 +37,3 @@ declare const eslintRules: { | ||
readonly 'no-duplicate-case': "off"; | ||
readonly 'no-duplicate-imports': "off"; | ||
readonly 'no-else-return': "off"; | ||
@@ -67,2 +68,3 @@ readonly 'no-empty': "off"; | ||
readonly 'no-obj-calls': "off"; | ||
readonly 'no-object-constructor': "off"; | ||
readonly 'no-plusplus': "off"; | ||
@@ -206,2 +208,3 @@ readonly 'no-proto': "off"; | ||
readonly 'jsx-a11y/alt-text': "off"; | ||
readonly 'jsx-a11y/anchor-ambiguous-text': "off"; | ||
readonly 'jsx-a11y/anchor-has-content': "off"; | ||
@@ -281,2 +284,3 @@ readonly 'jsx-a11y/anchor-is-valid': "off"; | ||
readonly 'react/jsx-no-duplicate-props': "off"; | ||
readonly 'react/jsx-no-script-url': "off"; | ||
readonly 'react/jsx-no-target-blank': "off"; | ||
@@ -430,2 +434,3 @@ readonly 'react/jsx-no-undef': "off"; | ||
readonly 'unicorn/prefer-native-coercion-functions': "off"; | ||
readonly 'unicorn/prefer-negative-index': "off"; | ||
readonly 'unicorn/prefer-node-protocol': "off"; | ||
@@ -438,2 +443,3 @@ readonly 'unicorn/prefer-number-properties': "off"; | ||
readonly 'unicorn/prefer-regexp-test': "off"; | ||
readonly 'unicorn/prefer-set-has': "off"; | ||
readonly 'unicorn/prefer-set-size': "off"; | ||
@@ -440,0 +446,0 @@ readonly 'unicorn/prefer-spread': "off"; |
{ | ||
"name": "eslint-plugin-oxlint", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"description": "Turn off all rules already supported by oxlint", | ||
"type": "module", | ||
"types": "./dist/index.d.ts", | ||
"packageManager": "pnpm@9.13.2", | ||
"packageManager": "pnpm@9.14.2", | ||
"exports": { | ||
@@ -67,3 +67,3 @@ ".": { | ||
"memfs": "^4.14.0", | ||
"oxlint": "^0.13.1", | ||
"oxlint": "^0.13.2", | ||
"prettier": "^3.3.3", | ||
@@ -70,0 +70,0 @@ "scule": "^1.3.0", |
@@ -15,2 +15,3 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
'no-new-wrappers': 'off', | ||
'no-object-constructor': 'off', | ||
'no-prototype-builtins': 'off', | ||
@@ -110,2 +111,3 @@ 'no-redeclare': 'off', | ||
'jsdoc/empty-tags': 'off', | ||
'jsx-a11y/anchor-ambiguous-text': 'off', | ||
'node/no-new-require': 'off', | ||
@@ -149,2 +151,3 @@ 'promise/catch-or-return': 'off', | ||
'no-continue': 'off', | ||
'no-duplicate-imports': 'off', | ||
'no-label-var': 'off', | ||
@@ -240,2 +243,3 @@ 'no-magic-numbers': 'off', | ||
'unicorn/prefer-modern-dom-apis': 'off', | ||
'unicorn/prefer-negative-index': 'off', | ||
'unicorn/prefer-optional-catch-binding': 'off', | ||
@@ -429,2 +433,3 @@ 'unicorn/prefer-reflect-apply': 'off', | ||
'react-perf/jsx-no-new-object-as-prop': 'off', | ||
'unicorn/prefer-set-has': 'off', | ||
} as const; | ||
@@ -446,2 +451,3 @@ | ||
'react/jsx-no-comment-textnodes': 'off', | ||
'react/jsx-no-script-url': 'off', | ||
'react/react-in-jsx-scope': 'off', | ||
@@ -448,0 +454,0 @@ 'react/style-prop-object': 'off', |
@@ -39,2 +39,3 @@ // These rules are automatically generated by scripts/generate-rules.ts | ||
'no-duplicate-case': 'off', | ||
'no-duplicate-imports': 'off', | ||
'no-else-return': 'off', | ||
@@ -69,2 +70,3 @@ 'no-empty': 'off', | ||
'no-obj-calls': 'off', | ||
'no-object-constructor': 'off', | ||
'no-plusplus': 'off', | ||
@@ -212,2 +214,3 @@ 'no-proto': 'off', | ||
'jsx-a11y/alt-text': 'off', | ||
'jsx-a11y/anchor-ambiguous-text': 'off', | ||
'jsx-a11y/anchor-has-content': 'off', | ||
@@ -291,2 +294,3 @@ 'jsx-a11y/anchor-is-valid': 'off', | ||
'react/jsx-no-duplicate-props': 'off', | ||
'react/jsx-no-script-url': 'off', | ||
'react/jsx-no-target-blank': 'off', | ||
@@ -443,2 +447,3 @@ 'react/jsx-no-undef': 'off', | ||
'unicorn/prefer-native-coercion-functions': 'off', | ||
'unicorn/prefer-negative-index': 'off', | ||
'unicorn/prefer-node-protocol': 'off', | ||
@@ -451,2 +456,3 @@ 'unicorn/prefer-number-properties': 'off', | ||
'unicorn/prefer-regexp-test': 'off', | ||
'unicorn/prefer-set-has': 'off', | ||
'unicorn/prefer-set-size': 'off', | ||
@@ -453,0 +459,0 @@ 'unicorn/prefer-spread': 'off', |
Sorry, the diff of this file is too big to display
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 too big to display
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
529413
10571