@ethang/eslint-config 18.1.5 → 18.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/eslint.config.js +0 -20
- package/package.json +1 -1
package/eslint.config.js
CHANGED
|
@@ -331,26 +331,6 @@ export default tseslint.config(eslintPluginPrettier, {
|
|
|
331
331
|
"@typescript-eslint/unified-signatures": "error",
|
|
332
332
|
"@typescript-eslint/use-unknown-in-catch-callback-variable": "error",
|
|
333
333
|
|
|
334
|
-
"github/a11y-no-visually-hidden-interactive-element": "error",
|
|
335
|
-
"github/a11y-no-title-attribute": "error",
|
|
336
|
-
"github/a11y-aria-label-is-well-formatted": "error",
|
|
337
|
-
"github/a11y-role-supports-aria-props": "error",
|
|
338
|
-
"github/a11y-svg-has-accessible-name": "error",
|
|
339
|
-
"github/array-foreach": "error",
|
|
340
|
-
"github/async-currenttarget": "error",
|
|
341
|
-
"github/async-preventdefault": "error",
|
|
342
|
-
"github/get-attribute": "error",
|
|
343
|
-
"github/no-blur": "error",
|
|
344
|
-
"github/no-dataset": "error",
|
|
345
|
-
"github/no-inner-html": "error",
|
|
346
|
-
"github/no-innerText": "error",
|
|
347
|
-
"github/no-dynamic-script-tag": "error",
|
|
348
|
-
"github/no-then": "error",
|
|
349
|
-
"github/no-useless-passive": "error",
|
|
350
|
-
"github/prefer-observers": "error",
|
|
351
|
-
"github/require-passive-events": "error",
|
|
352
|
-
"github/unescaped-html-literal": "error",
|
|
353
|
-
|
|
354
334
|
"unicorn/better-regex": "error",
|
|
355
335
|
"unicorn/catch-error-name": "error",
|
|
356
336
|
"unicorn/consistent-destructuring": "error",
|