diff options
| author | Marak <[email protected]> | 2021-03-23 15:47:31 -0400 |
|---|---|---|
| committer | Marak <[email protected]> | 2021-03-23 15:47:31 -0400 |
| commit | 38d8187c3501d5efe3d5644167d4a8174cde6037 (patch) | |
| tree | 05a127a725420c369c6b923c3a54a481784f2fd9 | |
| parent | 33108e8fdf0f84734061029b1bc12232d9dc1e35 (diff) | |
| download | faker-38d8187c3501d5efe3d5644167d4a8174cde6037.tar.xz faker-38d8187c3501d5efe3d5644167d4a8174cde6037.zip | |
Adds `no-ternary` rule
| -rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ "new-cap": 0, "no-empty": 2, "no-new": 0, + "no-ternary": 2, "no-plusplus": 0, "dot-notation": 0, "indent": [ |
