mirror of https://github.com/embarklabs/embark.git
refine cc rules
This commit is contained in:
parent
e647fd42b0
commit
c8aba45f5a
|
@ -1,6 +1,13 @@
|
|||
engines:
|
||||
eslint:
|
||||
enabled: true
|
||||
checks:
|
||||
no-eval:
|
||||
enabled: false
|
||||
no-process-exit:
|
||||
enabled: false
|
||||
global-require:
|
||||
enabled: false
|
||||
ratings:
|
||||
paths:
|
||||
- "lib/**/*"
|
||||
|
|
Loading…
Reference in New Issue