Skip to content

Commit 73b6196

Browse files
committed
Forgot about prettier config
1 parent 9277213 commit 73b6196

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.prettierrc.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,8 @@
22

33
module.exports = {
44
singleQuote: true,
5-
// @TODO Remove as it's default
6-
// arrowParens: 'always',
75
semi: false,
8-
// @TODO Remove as it's default
9-
// bracketSpacing: true,
106
trailingComma: 'es5',
11-
// @TODO Remove as it's default
12-
// printWidth: 80,
137
plugins: ['./node_modules/prettier-plugin-jsdoc/dist/index.js'],
148
// https://github.com/hosseinmd/prettier-plugin-jsdoc#tsdoc
159
tsdoc: true,

0 commit comments

Comments
 (0)