aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarak <[email protected]>2021-03-23 15:47:31 -0400
committerMarak <[email protected]>2021-03-23 15:47:31 -0400
commit38d8187c3501d5efe3d5644167d4a8174cde6037 (patch)
tree05a127a725420c369c6b923c3a54a481784f2fd9
parent33108e8fdf0f84734061029b1bc12232d9dc1e35 (diff)
downloadfaker-38d8187c3501d5efe3d5644167d4a8174cde6037.tar.xz
faker-38d8187c3501d5efe3d5644167d4a8174cde6037.zip
Adds `no-ternary` rule
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 1da14691..e68befa3 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -40,6 +40,7 @@
"new-cap": 0,
"no-empty": 2,
"no-new": 0,
+ "no-ternary": 2,
"no-plusplus": 0,
"dot-notation": 0,
"indent": [