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

This commit is contained in:
Alexandr Garbuzov 2023-09-11 23:59:03 +03:00 committed by GitHub
parent 09b7ad6a58
commit 47e6e56eb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",