We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Makefile.js
1 parent 5640ea6 commit d52988fCopy full SHA for d52988f
.eslintignore
@@ -1 +1,3 @@
1
+node_modules
2
+coverage
3
tests/fixtures
index.js
@@ -5,4 +5,6 @@
5
6
"use strict";
7
8
+// https://github.com/mysticatea/eslint-plugin-node/issues/193
9
+// eslint-disable-next-line node/no-unpublished-require
10
module.exports = require("./lib");
package.json
@@ -20,7 +20,7 @@
20
"linter"
21
],
22
"scripts": {
23
- "lint": "eslint Makefile.js lib/**/*.js tests/lib/plugin.js",
+ "lint": "eslint .",
24
"test": "npm run lint && npm run test-cov",
25
"test-cov": "istanbul cover _mocha -- -c tests/lib/**/*.js",
26
"generate-release": "eslint-generate-release",
0 commit comments