We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b913d commit e750edcCopy full SHA for e750edc
.changeset/six-dolls-itch.md
@@ -0,0 +1,5 @@
1
+---
2
+"eslint-config-prettier": patch
3
4
+
5
+chore(package): explicitly declare js module type
package.json
@@ -7,6 +7,7 @@
7
"repository": "prettier/eslint-config-prettier",
8
"bin": "build/bin/cli.js",
9
"main": "build/index.js",
10
+ "type": "commonjs",
11
"files": [
12
"build"
13
],
0 commit comments