mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-11 19:56:44 +00:00
chore(eslint): enable no-control-regex and tidy rule formatting
This commit is contained in:
parent
775b8846c7
commit
0d231a6132
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue