mirror of https://github.com/embarklabs/embark.git
disable guard-in check in eslint (for now)
This commit is contained in:
parent
67074ee60f
commit
a7d6d36506
|
@ -8,6 +8,8 @@ engines:
|
|||
enabled: false
|
||||
global-require:
|
||||
enabled: false
|
||||
guard-for-in:
|
||||
enabled: false
|
||||
ratings:
|
||||
paths:
|
||||
- "lib/**/*"
|
||||
|
|
Loading…
Reference in New Issue