diff --git a/backend/.eslintrc.js b/backend/.eslintrc.js index 0028743f8..0000bb066 100644 --- a/backend/.eslintrc.js +++ b/backend/.eslintrc.js @@ -2,7 +2,7 @@ module.exports = { env: { es6: true, node: true, - 'jest/globals': true + jest: true }, parserOptions: { parser: 'babel-eslint' @@ -15,8 +15,8 @@ module.exports = { 'jest' ], rules: { - 'indent': [ 'error', 2 ], - 'quotes': [ "error", "single"], + //'indent': [ 'error', 2 ], + //'quotes': [ "error", "single"], // 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-console': ['error'], 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',