diff --git a/configurations/eslintrc.js b/configurations/eslintrc.js index cd3b012..1f01e5e 100644 --- a/configurations/eslintrc.js +++ b/configurations/eslintrc.js @@ -328,8 +328,8 @@ module.exports = { 'consistent-this': [2, 'self'], 'constructor-super': 2, curly: 2, - 'default-case': 2, - 'default-case-last': 2, + 'default-case': 0, + 'default-case-last': 0, 'default-param-last': 2, 'dot-location': [2, 'property'], 'dot-notation': 2,