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 2009a54 commit 391647eCopy full SHA for 391647e
package.json
@@ -2,7 +2,8 @@
2
"name": "eslint-plugin-qunit",
3
"version": "7.3.4",
4
"description": "ESLint plugin containing rules useful for QUnit tests.",
5
- "main": "index.js",
+ "exports": "./index.js",
6
+ "main": "./index.js",
7
"scripts": {
8
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
9
"lint:docs": "markdownlint \"**/*.md\"",
0 commit comments