Skip to content

Commit

Permalink
Enable import/exports-last as a preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka committed Jul 27, 2024
1 parent 1d622fd commit 6dbbcef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ module.exports = {
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': 'warn',
'@typescript-eslint/no-unnecessary-template-expression': 'warn',
'import/consistent-type-specifier-style': ['warn', 'prefer-top-level'],
'import/exports-last': 'warn',
},
},
{
Expand Down

0 comments on commit 6dbbcef

Please sign in to comment.