Skip to content

Commit d4d76e4

Browse files
committed
chore(config/prettierrc): add type annotation to configuration
1 parent 77f2541 commit d4d76e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/prettierrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** @type {import('prettier').Options} */
12
module.exports = {
23
arrowParens: 'avoid',
34
endOfLine: 'lf',

0 commit comments

Comments
 (0)