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 6cd64e9 commit de7f754Copy full SHA for de7f754
.prettierrc.js
@@ -1,9 +1,6 @@
1
// https://prettier.io/docs/en/options.html
2
3
module.exports = {
4
- singleQuote: true,
5
- semi: false,
6
- trailingComma: 'es5',
7
plugins: ['./node_modules/prettier-plugin-jsdoc/dist/index.js'],
8
// https://github.com/hosseinmd/prettier-plugin-jsdoc#tsdoc
9
tsdoc: true,
0 commit comments