diff --git a/.eslintrc.json b/.eslintrc.json index 8eb0cfae8..cb2f7770c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,12 +1,21 @@ { - "env": { - "browser": false, - "commonjs": true, - "es2021": true + env: { + es6: true, + node: true, }, - "extends": "eslint:recommended", - "parserOptions": { - "ecmaVersion": 12 + extends: "eslint:recommended", + globals: { + Atomics: "readonly", + SharedArrayBuffer: "readonly", }, - "rules": {} -} + + parserOptions: { + ecmaVersion: 2018, + sourceType: "module", + }, + // plugins: [], + rules: { + "no-console": "off" + }, + settings: {}, +}; \ No newline at end of file diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 5559ef09c..500460478 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +