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

Commit

Permalink
fixup! emergency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Dec 12, 2019
1 parent b070042 commit 7742d12
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 @@ -59,7 +59,9 @@ module.exports = {
'import/no-restricted-paths': 'off',
'import/no-self-import': 'error',
'import/no-unassigned-import': 'error',
'import/no-unresolved': 'error',
// revert warn to error after https://github.com/benmosher/eslint-plugin-import/pull/1563 is released
// 'import/no-unresolved': 'error',
'import/no-unresolved': 'warn',
'import/no-webpack-loader-syntax': 'error',
'import/no-unused-modules': 'off',
'import/no-useless-path-segments': 'error',
Expand Down

0 comments on commit 7742d12

Please sign in to comment.