cylon/spec/.eslintrc

16 lines
184 B
Plaintext
Raw Normal View History

2015-04-15 12:49:12 +08:00
env:
mocha: true
2015-04-16 03:07:10 +08:00
globals:
expect: true
lib: true
2015-04-16 03:07:10 +08:00
stub: true
spy: true
chai: true
sinon: true
2015-04-15 12:49:12 +08:00
rules:
no-unused-expressions: 0
max-nested-callbacks: 0
camelcase: 0