Skip to content

Commit 6ea295d

Browse files
committed
Eslint no focus tests
1 parent 786ead8 commit 6ea295d

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.eslintrc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
extends:
33
- standard
44
- plugin:node/recommended
5+
plugins:
6+
- no-only-tests
57
rules:
68
node/exports-style: ["error", "module.exports"]
79
semi: [2, "always"]
10+
no-only-tests/no-only-tests: error

index.js

100644100755
File mode changed.

package-lock.json

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"eslint": "^6.0.1",
4343
"eslint-config-standard": "^13.0.1",
4444
"eslint-plugin-import": "^2.18.0",
45+
"eslint-plugin-no-only-tests": "^2.3.1",
4546
"eslint-plugin-node": "^9.1.0",
4647
"eslint-plugin-promise": "^4.2.1",
4748
"eslint-plugin-standard": "^4.0.0",

0 commit comments

Comments
 (0)