We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688cb24 commit f066c48Copy full SHA for f066c48
package.json
@@ -17,8 +17,8 @@
17
"lint:js": "eslint --cache --ignore-pattern \"**/*.md\" .",
18
"lint:js-docs": "eslint --no-inline-config \"**/*.md\"",
19
"lint:package-json": "npmPkgJsonLint .",
20
- "test:remote": "eslint-remote-tester",
21
"release": "release-it",
+ "test:remote": "eslint-remote-tester",
22
"test": "nyc --all --check-coverage --include lib mocha tests --recursive",
23
"update:eslint-docs": "eslint-doc-generator"
24
},
0 commit comments