cleanup lefthook and eslint config
This commit is contained in:
parent
d6dc3bdc75
commit
1c2dfbb08d
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ module.exports = {
|
||||||
{
|
{
|
||||||
arrays: 'always-multiline',
|
arrays: 'always-multiline',
|
||||||
objects: 'always-multiline',
|
objects: 'always-multiline',
|
||||||
imports: 'never',
|
imports: 'always-multiline',
|
||||||
exports: 'never',
|
exports: 'never',
|
||||||
functions: 'never',
|
functions: 'never',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue