diff --git a/.eslintrc.js b/.eslintrc.js index d4cf1819..a7e930eb 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -72,7 +72,6 @@ module.exports = { 'no-useless-concat': ['warn'], 'no-useless-return': ['warn'], 'no-void': ['error'], - 'no-warning-comments': ['warn'], 'no-with': ['error'], 'radix': ['error'], 'require-await': ['warn'],