Skip to content

Commit e750edc

Browse files
FdawgsJounQin
andauthored
chore(package): explicitly declare js module type (#299)
Co-authored-by: JounQin <[email protected]>
1 parent b5b913d commit e750edc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/six-dolls-itch.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-config-prettier": patch
3+
---
4+
5+
chore(package): explicitly declare js module type

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"repository": "prettier/eslint-config-prettier",
88
"bin": "build/bin/cli.js",
99
"main": "build/index.js",
10+
"type": "commonjs",
1011
"files": [
1112
"build"
1213
],

0 commit comments

Comments
 (0)