Skip to content

Commit a67977e

Browse files
committed
fix: add missing escape to .pretterrc.cjs
1 parent 3ef49f1 commit a67977e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const codeImports = [
1616
'^[.]{2}\\/', // ../
1717
'^[.]\\/(?!index)', // ./foo (but not ./index)
1818
'^[.]$', // .
19-
'^[.]/index$', // ./index
19+
'^[.]\\/index$', // ./index
2020
'',
2121
]
2222

0 commit comments

Comments
 (0)