feat(comments): disable warning for todo comments

This commit is contained in:
BryceLTaylor 2021-02-16 15:11:53 -05:00
parent c5bc3a681f
commit afb8d0c479

View file

@ -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],