chore: bump eslint import library to activate rule
This commit is contained in:
parent
84ba74926c
commit
82a1aa6b99
5 changed files with 26 additions and 41 deletions
|
|
@ -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',
|
||||
}]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue