mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 05:15:54 +00:00
eslint: allow warning comments (TODOs) for now
This commit is contained in:
parent
623398cf6b
commit
7936d2336b
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ module.exports = {
|
||||||
'no-useless-concat': ['warn'],
|
'no-useless-concat': ['warn'],
|
||||||
'no-useless-return': ['warn'],
|
'no-useless-return': ['warn'],
|
||||||
'no-void': ['error'],
|
'no-void': ['error'],
|
||||||
'no-warning-comments': ['warn'],
|
|
||||||
'no-with': ['error'],
|
'no-with': ['error'],
|
||||||
'radix': ['error'],
|
'radix': ['error'],
|
||||||
'require-await': ['warn'],
|
'require-await': ['warn'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue