Skip to content

Commit 9c45c5d

Browse files
fix: fix changeset
1 parent 90d3a0b commit 9c45c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/kind-apples-itch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Or with ESM:
1717
```js
1818
import prettier from 'eslint-plugin-prettier';
1919

20-
export default [prettier.configs["recommended-flat"];
20+
export default [prettier.configs['recommended-flat']];
2121
```

0 commit comments

Comments
 (0)