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

Commit b6bab19

Browse files
committed
feat(base): add new eslint-plugin-import rules
1 parent 661c378 commit b6bab19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ module.exports = {
5353
'import/no-anonymous-default-export': 'error',
5454
'import/no-cycle': 'off',
5555
'import/no-default-export': 'off',
56+
'import/no-relative-parent-imports': 'off',
5657
'import/no-self-import': 'error',
5758
'import/no-useless-path-segments': 'error',
5859
'import/order': [

0 commit comments

Comments
 (0)