Skip to content

Commit

Permalink
chore: eslint `no-nested-ternary 규칙 off
Browse files Browse the repository at this point in the history
  • Loading branch information
leegwae authored and mjsdo committed Nov 23, 2022
1 parent 90adbaf commit bf9afcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@typescript-eslint/no-var-requires": "off",
"react/no-unknown-property": "off",
"no-duplicate-imports": "off",
"@typescript-eslint/consistent-type-imports": "error"
"@typescript-eslint/consistent-type-imports": "error",
"no-nested-ternary": "off"
}
}

0 comments on commit bf9afcd

Please sign in to comment.