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

Commit

Permalink
emergency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Dec 12, 2019
1 parent bdba229 commit a6423f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configs/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ module.exports = {
'import/dynamic-import-chunkname': 'off',
'import/export': 'error',
'import/exports-last': 'off',
'import/extensions': ['error', 'ignorePackages', {
// revert warn to error after https://github.com/benmosher/eslint-plugin-import/pull/1563 is released
// 'import/extensions': ['error', 'ignorePackages', {
'import/extensions': ['warn', 'ignorePackages', {
js: 'never'
}],
'import/first': 'error',
Expand Down

0 comments on commit a6423f7

Please sign in to comment.