We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed735f commit 33bf07aCopy full SHA for 33bf07a
1 file changed
package.json
@@ -3,6 +3,10 @@
3
"version": "3.6.1",
4
"description": "Find built-in ESLint rules you don't have in your custom config.",
5
"main": "dist/lib/rule-finder.js",
6
+ "exports": {
7
+ ".": "./dist/lib/rule-finder.js",
8
+ "./package.json": "./package.json"
9
+ },
10
"scripts": {
11
"cover": "nyc --reporter=lcov --reporter=text --reporter=html npm run tests-only",
12
"lint": "eslint --ext .js,.json .",
0 commit comments