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

Commit 0bd421b

Browse files
committed
feat(base): add new eslint-plugin-import rules
1 parent 36b5ecb commit 0bd421b

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
@@ -47,6 +47,7 @@ module.exports = {
4747
},
4848
],
4949
// https://github.com/benmosher/eslint-plugin-import
50+
'import/dynamic-import-chunkname': 'error',
5051
'import/exports-last': 'error',
5152
'import/group-exports': 'off', // false positives wit import/export syntax
5253
'import/no-anonymous-default-export': 'error',

0 commit comments

Comments
 (0)