chore(eslint): enable no-control-regex and tidy rule formatting

This commit is contained in:
Nawaz Dhandala 2025-11-05 09:38:26 +00:00
parent 775b8846c7
commit 0d231a6132
No known key found for this signature in database
GPG key ID: 96C5DCA24769DBCA

View file

@ -54,11 +54,11 @@ export default tseslint.config(
rules: {
"react/prop-types": "off", // TODO: Remove this rule
"no-control-regex": "off", // TODO: Remove this rule
"no-control-regex": "error", // TODO: Remove this rule
"@typescript-eslint/no-explicit-any": "off", // TODO: Remove this rule
"@typescript-eslint/no-var-requires": "error",
"@typescript-eslint/no-duplicate-enum-values": "off", // TODO: Remove this rule
"no-constant-binary-expression": "error", // TODO: Remove this rule
"no-constant-binary-expression": "error",
"@typescript-eslint/ban-ts-comment": "error",
"multiline-comment-style": "error",
"@typescript-eslint/no-floating-promises": "off", // TODO: Remove this rule