Skip to content

Commit

Permalink
fix: disable no-constant-condition
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Oct 8, 2024
1 parent 4f1379e commit d0cecff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function javascript(options: Readonly<Required<OptionsOverrides & Options
"no-console": ["error", { allow: ["warn", "error"] }],
"no-const-assign": "error",
"no-constant-binary-expression": "error",
"no-constant-condition": "error",
// "no-constant-condition": "error",
"no-constructor-return": "error",
"no-control-regex": "error",
"no-debugger": "error",
Expand Down

0 comments on commit d0cecff

Please sign in to comment.