Skip to content

Commit

Permalink
Enable no-warning-comments eslint rule (anuraghazra#3150)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored and setdebarr committed Jan 12, 2024
1 parent 39e3f82 commit d716fb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d716fb2

Please sign in to comment.