diff --git a/projects/eslint-plugin-experience/all.js b/projects/eslint-plugin-experience/all.js index 1c4d8153..bccf9e30 100644 --- a/projects/eslint-plugin-experience/all.js +++ b/projects/eslint-plugin-experience/all.js @@ -534,7 +534,6 @@ module.exports = { 'functional/readonly-type': 'off', 'functional/type-declaration-immutability': 'off', 'guard-for-in': 'error', - 'import/exports-last': 'error', 'import/first': 'error', 'import/newline-after-import': ['error', {count: 1}], 'import/no-cycle': 'error', @@ -872,6 +871,7 @@ module.exports = { 'func-name-matching': 'off', 'func-names': 'off', 'global-require': 'off', + 'import/exports-last': 'off', 'import/extensions': 'off', 'import/no-default-export': 'off', 'import/no-dynamic-require': 'off',