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.
1 parent d623cea commit d42ee1fCopy full SHA for d42ee1f
.npmignore
@@ -0,0 +1 @@
1
+**/*.test.js
package.json
@@ -3,7 +3,7 @@
3
"type": "commonjs",
4
"version": "0.1.0",
5
"description": "ESLint rules for explicitly handling exceptions",
6
- "main": "src/plugin.js",
+ "main": "./src/plugin.js",
7
"scripts": {
8
"test": "node --require ./test-setup.js --test"
9
},
0 commit comments