mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-08-21 19:09:41 -04:00
feat(comments): disable warning for todo comments
This commit is contained in:
parent
c5bc3a681f
commit
afb8d0c479
1 changed files with 1 additions and 3 deletions
4
index.js
4
index.js
|
@ -56,9 +56,7 @@ module.exports = {
|
|||
'no-useless-call': [2],
|
||||
'no-useless-concat': [2],
|
||||
'no-useless-escape': [2],
|
||||
'no-warning-comments': [1, {
|
||||
location: 'anywhere'
|
||||
}],
|
||||
'no-warning-comments': [0],
|
||||
'no-with': [2],
|
||||
'radix': [2],
|
||||
'wrap-iife': [2],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue