Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #679 from saiichihashimoto/disable-exports-last
Browse files Browse the repository at this point in the history
fix(import): disable exports-last
  • Loading branch information
kodiakhq[bot] committed Jun 28, 2021
2 parents f1a8084 + 18cde0c commit 75f43eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ module.exports = {
'import/default': 'error',
'import/dynamic-import-chunkname': 'off',
'import/export': 'error',
'import/exports-last': 'error',
'import/exports-last': 'off',
'import/extensions': [
'error',
'always',
Expand Down

0 comments on commit 75f43eb

Please sign in to comment.