mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-03 01:44:42 +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",
|
||||
"quotes": "off",
|
||||
"semi": "off",
|
||||
"import/no-unresolved": ["error", {"ignore": ["nylas-exports"]}],
|
||||
"react/no-multi-comp": "off",
|
||||
"react/prop-types": ["error", {"ignore": ["children"]}],
|
||||
"react/sort-comp": "error"
|
||||
|
|
Loading…
Add table
Reference in a new issue