不要怂,就是干,撸起袖子干!

Commit 3e0c9b1a by Sushant

build(eslint): disallow exclusive tests

1 parent 6b28d5f9
Showing with 7 additions and 0 deletions
{
"rules": {
"mocha/no-exclusive-tests": "error",
"mocha/no-skipped-tests": "warn",
"no-console": "off",
"no-extra-parens": "warn",
"valid-jsdoc": "off",
......@@ -42,6 +45,9 @@
"ecmaVersion": 6,
"sourceType": "script"
},
"plugins": [
"mocha"
],
"env": {
"node": true,
"mocha": true,
......
......@@ -67,6 +67,7 @@
"env-cmd": "^7.0.0",
"esdoc": "^0.5.2",
"eslint": "^4.6.0",
"eslint-plugin-mocha": "^4.11.0",
"hints": "^1.1.0",
"husky": "^0.14.2",
"istanbul": "^0.4.5",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!