module.exports = { extends: ['../.eslintrc.js', 'plugin:jest/recommended'], plugins: ['jest'], env: { 'jest/globals': true, }, rules: { 'sonarjs/no-duplicate-string': 'off', 'unicorn/consistent-function-scoping': 'off', 'jest/expect-expect': 'off', }, };