We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3566f commit 4dabffdCopy full SHA for 4dabffd
.eslintrc.js
@@ -1,6 +1,7 @@
1
module.exports = {
2
extends: 'standard',
3
env: {
4
- node: true
+ node: true,
5
+ mocha: true
6
}
7
0 commit comments