Skip to content

Commit b4c3bdb

Browse files
committed
.eslintrc.json: modify
1 parent d386564 commit b4c3bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"rules": {
1717
// default rules we don't like
1818
"camelcase": "off",
19-
"es-x/no-async-functions": "off",
2019
"es-x/no-class-fields": "off",
2120
"es-x/no-optional-catch-binding": "off",
2221
"es-x/no-regexp-lookbehind-assertions": "off",
@@ -41,6 +40,7 @@
4140
// non-default rules we do like
4241
"jsdoc/check-alignment": "error",
4342
"jsdoc/tag-lines": "error",
43+
"no-nested-ternary": "error",
4444

4545
// rules we should probably fix someday
4646
"eqeqeq": "warn",

0 commit comments

Comments
 (0)