We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57c84b commit 9aa46a6Copy full SHA for 9aa46a6
package.json
@@ -46,6 +46,7 @@
46
"co": "4.6.0",
47
"dox": "0.3.1",
48
"eslint": "5.16.0",
49
+ "eslint-plugin-mocha-no-only": "1.1.0",
50
"highlight.js": "9.1.0",
51
"lodash.isequal": "4.5.0",
52
"lodash.isequalwith": "4.4.0",
@@ -102,6 +103,9 @@
102
103
"extends": [
104
"eslint:recommended"
105
],
106
+ "plugins": [
107
+ "mocha-no-only"
108
+ ],
109
"parserOptions": {
110
"ecmaVersion": 2015
111
},
@@ -150,6 +154,9 @@
150
154
"name": "context",
151
155
"message": "Don't use Mocha's global context"
152
156
}
157
158
+ "mocha-no-only/mocha-no-only": [
159
+ "error"
153
160
]
161
162
0 commit comments