We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
standard
feross
Learn more about funding links in repositories.
Report abuse
1 parent ffc3c75 commit def53feCopy full SHA for def53fe
eslintrc.json
@@ -93,6 +93,7 @@
93
"no-dupe-keys": "error",
94
"no-duplicate-case": "error",
95
"no-useless-backreference": "error",
96
+ "no-empty": ["error", { "allowEmptyCatch": true }],
97
"no-empty-character-class": "error",
98
"no-empty-pattern": "error",
99
"no-eval": "error",
0 commit comments