Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 61ceb70

Browse files
committed
turn on rule to prevent usage of deprecated code
1 parent 0ca0ce5 commit 61ceb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/import.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
'import/no-commonjs': 'error',
3030
'import/no-cycle': 'off',
3131
'import/no-default-export': 'off',
32-
'import/no-deprecated': 'off',
32+
'import/no-deprecated': 'error',
3333
'import/no-duplicates': 'error',
3434
'import/no-dynamic-require': 'error',
3535
'import/no-extraneous-dependencies': ['error', {

0 commit comments

Comments
 (0)