.eslintrc.js
@@ -10,6 +10,7 @@ rules: { // 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', // 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', "eslint-disable-next-line":false, 'space-before-function-paren': 0 }, parserOptions: {