diff --git a/es6.js b/es6.js index daeb262..b684d77 100644 --- a/es6.js +++ b/es6.js @@ -98,7 +98,16 @@ module.exports = { }, overrides: [ { - files: ['*.stories.*', '*test*', '**/test/**', '**/*mock*/**', '*mock*', '**/setupTests.*', '**/fixtures/**'], + files: [ + '*.stories.*', + '*test*', + '**/test/**', + '**/*mock*/**', + '*mock*', + '**/setupTests.*', + '**/fixtures/**', + '**/*.cy.*', + ], rules: { 'no-alert': 'off', 'no-console': 'off', @@ -114,6 +123,7 @@ module.exports = { 'test-selectors/onKeyUp': 'off', 'test-selectors/onSubmit': 'off', 'import/prefer-default-export': 'off', + 'promise/catch-or-return': 'off', }, }, ], diff --git a/package.json b/package.json index 67019a1..472e067 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fs/eslint-config-tree", - "version": "6.1.0", + "version": "6.1.1", "description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.", "main": "index.js", "repository": {