mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 08:04:11 +08:00
feat(babel6): 1,240 linter errors
This commit is contained in:
parent
6259332a11
commit
cda4129a41
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@
|
||||||
"react/sort-comp": "error"
|
"react/sort-comp": "error"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"import/resolver": {"node": {"extensions": [".es6", ".coffee"]}}
|
"import/resolver": {"node": {"extensions": [".es6", ".jsx", ".coffee", ".json"]}}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue