mirror of
https://github.com/youzan/vant.git
synced 2025-12-23 01:00:44 +08:00
fix: disable import/extensions
https://github.com/benmosher/eslint-plugin-import/issues/1558
This commit is contained in:
@@ -50,6 +50,7 @@ module.exports = {
|
||||
'max-len': ['error', { code: 150 }],
|
||||
'prefer-destructuring': ['error', { object: true, array: false }],
|
||||
'import/order': 0,
|
||||
'import/extensions': 0,
|
||||
'import/no-unresolved': 0,
|
||||
'import/prefer-default-export': 0,
|
||||
'import/no-extraneous-dependencies': 0,
|
||||
|
||||
Reference in New Issue
Block a user