chore: bump eslint import library to activate rule

This commit is contained in:
Taranto 2020-01-23 13:38:09 +00:00 committed by Josh Harvey
parent 84ba74926c
commit 82a1aa6b99
5 changed files with 26 additions and 41 deletions

View file

@ -15,11 +15,9 @@ module.exports = {
rules: {
'import/order': ['error', {
groups: ['builtin', 'external', 'internal', 'parent', 'sibling', 'index'],
// TODO
// bug in this version doens't allow alphabetize with newlines-between
// alphabetize: {
// order: 'asc',
// },
alphabetize: {
order: 'asc'
},
'newlines-between': 'always',
}]
}