diff --git a/.eslintrc.js b/.eslintrc.js index 293b6d1e3..8a709ee82 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -30,7 +30,6 @@ module.exports = { 'object-curly-spacing': ['warn'], 'one-var': ['warn'], 'quotes': ['warn'], - 'semi': ['warn'], 'space-infix-ops': ['warn'] } }