Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 331b844

Browse files
author
Mike Klemarewski
committed
Disable unresolved import rule
1 parent f9bbafe commit 331b844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

es6/mobify-es6.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ rules:
1818
# Avoid possible import problems:
1919
import/no-extraneous-dependencies: error
2020
import/no-duplicates: error
21+
import/no-unresolved: 'off'
2122
no-duplicate-imports: error
2223

2324
# Stick with ES6 module syntax

0 commit comments

Comments
 (0)