We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d386564 commit b4c3bdbCopy full SHA for b4c3bdb
.eslintrc.json
@@ -16,7 +16,6 @@
16
"rules": {
17
// default rules we don't like
18
"camelcase": "off",
19
- "es-x/no-async-functions": "off",
20
"es-x/no-class-fields": "off",
21
"es-x/no-optional-catch-binding": "off",
22
"es-x/no-regexp-lookbehind-assertions": "off",
@@ -41,6 +40,7 @@
41
40
// non-default rules we do like
42
"jsdoc/check-alignment": "error",
43
"jsdoc/tag-lines": "error",
+ "no-nested-ternary": "error",
44
45
// rules we should probably fix someday
46
"eqeqeq": "warn",
0 commit comments