We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9277213 commit 73b6196Copy full SHA for 73b6196
.prettierrc.js
@@ -2,14 +2,8 @@
2
3
module.exports = {
4
singleQuote: true,
5
- // @TODO Remove as it's default
6
- // arrowParens: 'always',
7
semi: false,
8
9
- // bracketSpacing: true,
10
trailingComma: 'es5',
11
12
- // printWidth: 80,
13
plugins: ['./node_modules/prettier-plugin-jsdoc/dist/index.js'],
14
// https://github.com/hosseinmd/prettier-plugin-jsdoc#tsdoc
15
tsdoc: true,
0 commit comments