Skip to content

Commit b8be469

Browse files
committed
refactor(prettier): add semicolon to config file
1 parent 4ba5dc6 commit b8be469

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/config/prettierrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ module.exports = {
1111
proseWrap: 'always',
1212
quoteProps: 'as-needed',
1313
requirePragma: false,
14-
semi: false,
14+
semi: true,
1515
singleQuote: true,
1616
tabWidth: 2,
1717
trailingComma: 'all',
1818
useTabs: false,
19-
}
19+
};

0 commit comments

Comments
 (0)