Enable no-warning-comments eslint rule (#3150)

This commit is contained in:
Alexandr Garbuzov
2023-09-11 22:59:03 +02:00
committed by GitHub
parent 09b7ad6a58
commit 47e6e56eb3
+4 -4
View File
@@ -94,10 +94,10 @@
// Produce warnings when something is commented as TODO or FIXME
// "no-warning-comments": [ "warn", {
// "terms": [ "TODO", "FIXME" ],
// "location": "start"
// }],
"no-warning-comments": [ "warn", {
"terms": [ "TODO", "FIXME" ],
"location": "start"
}],
// "no-with": "warn",
// "radix": "warn",
// "vars-on-top": "error",