revert eslint import order rule
caused problems
This commit is contained in:
parent
9d55f6e347
commit
576791dbc5
1 changed files with 0 additions and 7 deletions
|
@ -14,12 +14,5 @@ module.exports = {
|
||||||
_CC: 'readonly'
|
_CC: 'readonly'
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
'import/order': ['error', {
|
|
||||||
'newlines-between': 'always',
|
|
||||||
alphabetize: {
|
|
||||||
order: 'asc',
|
|
||||||
caseInsensitive: true
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue