Skip to content

Commit 7d3a879

Browse files
committed
Add mocha plugin to eslint
1 parent 66db54e commit 7d3a879

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ parserOptions:
88
impliedStrict: true
99
allowImportExportEverywhere: false
1010
plugins:
11+
- mocha
1112
- babel
1213
extends:
1314
- semistandard

package-lock.json

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"eslint-config-standard": "^10.2.1",
8080
"eslint-plugin-babel": "^4.1.1",
8181
"eslint-plugin-import": "^2.13.0",
82+
"eslint-plugin-mocha": "^5.2.0",
8283
"eslint-plugin-node": "^5.1.0",
8384
"eslint-plugin-promise": "^3.5.0",
8485
"eslint-plugin-standard": "^3.0.1",

0 commit comments

Comments
 (0)