Skip to content

Commit

Permalink
Merge pull request #30 from FernandVEYRIER/feat/eslint-rules
Browse files Browse the repository at this point in the history
chore: ternary rules eslint
  • Loading branch information
0x4007 authored Mar 8, 2024
2 parents 7695c37 + a05352e commit f680079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"@typescript-eslint/no-invalid-this": ["error"],
"no-restricted-syntax": ["error", "ForInStatement"],
"use-isnan": "error",
"no-unneeded-ternary": "error",
"no-nested-ternary": "error",
"@typescript-eslint/no-unused-vars": [
"error",
{
Expand Down

0 comments on commit f680079

Please sign in to comment.