Skip to content

Commit 197abde

Browse files
committed
add .prettier.cjs to the possible config file names
1 parent f086978 commit 197abde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ function hasPrettierConfig(targetDir) {
5353
".prettierrc.yml",
5454
".prettierrc.yaml",
5555
".prettierrc.toml",
56+
".prettier.cjs",
5657
"prettier.config.js",
5758
".prettierrc.config.js",
5859
];

0 commit comments

Comments
 (0)