revert eslint import order rule

caused problems
This commit is contained in:
Wingy 2020-12-01 18:27:43 -05:00
parent 9d55f6e347
commit 576791dbc5

View file

@ -14,12 +14,5 @@ module.exports = {
_CC: 'readonly' _CC: 'readonly'
}, },
rules: { rules: {
'import/order': ['error', {
'newlines-between': 'always',
alphabetize: {
order: 'asc',
caseInsensitive: true
}
}]
} }
} }