koa-lite/test/.eslintrc

7 lines
118 B
Plaintext
Raw Permalink Normal View History

2015-10-12 20:35:07 +00:00
env:
2017-05-11 03:30:32 +00:00
jest: true
2015-10-12 20:35:07 +00:00
rules:
space-before-blocks: [2, {functions: never, keywords: always}]
2017-03-14 08:54:14 +00:00
no-unused-expressions: 0