Skip to content

Commit

Permalink
feat(eslint-plugin-experience): revert export last
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 23, 2023
1 parent 81931ce commit 4922246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 4922246

Please sign in to comment.