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 2e82594 commit 5a08aeeCopy full SHA for 5a08aee
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-rxjs-x",
3
- "type": "module",
+ "type": "commonjs",
4
"version": "0.1.0",
5
"packageManager": "[email protected]+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d",
6
"description": "ESLint v9+ plugin for RxJS",
@@ -33,7 +33,7 @@
33
}
34
35
},
36
- "main": "./dist/index.mjs",
+ "main": "./dist/index.cjs",
37
"module": "./dist/index.mjs",
38
"types": "./dist/index.d.ts",
39
"files": [
0 commit comments