Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Revert "emergency fix"
Browse files Browse the repository at this point in the history
This reverts commit a6423f7.
  • Loading branch information
andreineculau committed Mar 5, 2020
1 parent be16c6d commit 7aef7e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configs/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ module.exports = {
'import/dynamic-import-chunkname': 'off',
'import/export': 'error',
'import/exports-last': 'off',
// revert warn to error after https://github.com/benmosher/eslint-plugin-import/pull/1563 is released
// 'import/extensions': ['error', 'ignorePackages', {
'import/extensions': ['warn', 'ignorePackages', {
'import/extensions': ['error', 'ignorePackages', {
js: 'never',
ts: 'never'
}],
Expand Down

0 comments on commit 7aef7e0

Please sign in to comment.