Skip to content

Commit

Permalink
feat(eslint-plugin-experience): ignore no-anonymous-default-export
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jul 25, 2024
1 parent c0db065 commit a36276f
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 @@ -749,7 +749,6 @@ module.exports = {
},
],
'unicorn/new-for-builtins': 'error',
'unicorn/no-anonymous-default-export': 'error',
'unicorn/no-array-push-push': 'error',
'unicorn/no-await-in-promise-methods': 'error',
'unicorn/no-empty-file': 'error',
Expand Down Expand Up @@ -1015,6 +1014,7 @@ module.exports = {
'sonarjs/max-switch-cases': 'off',
'sonarjs/no-duplicate-string': 'off',
'sonarjs/no-nested-template-literals': 'off',
'unicorn/no-anonymous-default-export': 'off',
'unicorn/no-unsafe-regex': 'off',
},
},
Expand Down

0 comments on commit a36276f

Please sign in to comment.