Skip to content

Commit

Permalink
Re-enable import/newline-after-import rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 8, 2021
1 parent 47af93e commit f81e933
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/plugins.cjs
Expand Up @@ -222,10 +222,7 @@ module.exports = {
},
],
'import/no-useless-path-segments': 'error',

// Disabled as it doesn't work with TypeScript
// 'import/newline-after-import': 'error',

'import/newline-after-import': 'error',
'import/no-amd': 'error',
'import/no-duplicates': 'error',

Expand Down

0 comments on commit f81e933

Please sign in to comment.