Skip to content

Commit 06b309f

Browse files
committed
Add FIXME hunting to ESLint
1 parent 05c4355 commit 06b309f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"no-mixed-spaces-and-tabs": 1,
4747
"no-trailing-spaces": 1,
4848
"no-unneeded-ternary": 2,
49+
"no-warning-comments": [2, {"terms": ["todo", "fixme", "xxx", "bug:"] }],
4950
"no-whitespace-before-property": 1,
5051
"object-curly-spacing": 1,
5152
"one-var-declaration-per-line": 1,

0 commit comments

Comments
 (0)