mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-07 20:22:36 +00:00
Enable no-warning-comments eslint rule (#3150)
This commit is contained in:
+4
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user