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

Commit

Permalink
Revert "fixup! emergency fix"
Browse files Browse the repository at this point in the history
This reverts commit 7742d12.
  • Loading branch information
andreineculau committed Mar 5, 2020
1 parent 5e0c541 commit be16c6d
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 @@ -64,9 +64,7 @@ module.exports = {
'import/no-restricted-paths': 'off',
'import/no-self-import': 'error',
'import/no-unassigned-import': '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-unresolved': 'error',
'import/no-webpack-loader-syntax': 'error',
'import/no-unused-modules': 'off',
'import/no-useless-path-segments': 'error',
Expand Down

0 comments on commit be16c6d

Please sign in to comment.