mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-04 18:34:57 +08:00
feat(babel6): 1,043 linter errors
This commit is contained in:
parent
d568bae358
commit
d29848e242
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
"no-underscore-dangle": "off",
|
"no-underscore-dangle": "off",
|
||||||
"quotes": "off",
|
"quotes": "off",
|
||||||
"semi": "off",
|
"semi": "off",
|
||||||
|
"import/no-unresolved": ["error", {"ignore": ["nylas-exports"]}],
|
||||||
"react/no-multi-comp": "off",
|
"react/no-multi-comp": "off",
|
||||||
"react/prop-types": ["error", {"ignore": ["children"]}],
|
"react/prop-types": ["error", {"ignore": ["children"]}],
|
||||||
"react/sort-comp": "error"
|
"react/sort-comp": "error"
|
||||||
|
|
Loading…
Add table
Reference in a new issue