diff --git a/.eslintrc.js b/.eslintrc.js index a56e112..0dbe6fa 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -29,9 +29,9 @@ module.exports = { 'array-bracket-newline': 'off', 'max-len': 'off', 'func-call-spacing': 'off', - 'semi': 'off', - 'curly': 'off', - 'strict': 'off', + semi: 'off', + curly: 'off', + strict: 'off', 'brace-style': 'off', 'no-magic-numbers': 'off' }