Skip to content

Commit

Permalink
Test bringing codestyle rules back
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantcornholio committed Jul 29, 2024
1 parent 83779de commit 84e822f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const tsConfParams = { rootDir: __dirname };
const conf = getConfiguration({ typescript: tsConfParams });

const tsConfOverride = getTypescriptOverride(tsConfParams);
tsConfOverride.rules["@typescript-eslint/strict-boolean-expressions"] = 0
tsConfOverride.rules["@typescript-eslint/no-unsafe-call"] = 0
conf.overrides.push(tsConfOverride);

module.exports = conf;

0 comments on commit 84e822f

Please sign in to comment.