Skip to content

Commit bb2ee71

Browse files
committed
Enable no-warning-comments eslint rule (anuraghazra#3150)
1 parent 1f655d3 commit bb2ee71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.eslintrc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494

9595
// Produce warnings when something is commented as TODO or FIXME
9696

97-
// "no-warning-comments": [ "warn", {
98-
// "terms": [ "TODO", "FIXME" ],
99-
// "location": "start"
100-
// }],
97+
"no-warning-comments": [ "warn", {
98+
"terms": [ "TODO", "FIXME" ],
99+
"location": "start"
100+
}],
101101
// "no-with": "warn",
102102
// "radix": "warn",
103103
// "vars-on-top": "error",

0 commit comments

Comments
 (0)