{ "semi": false, "tabWidth": 2, "printWidth": 120, "singleQuote": true, "trailingComma": "none", "jsxSingleQuote": true, "bracketSpacing": true, "proseWrap": "always", "plugins": [ "@homer0/prettier-plugin-jsdoc" ], "jsdocAllowDescriptionOnNewLinesForTags": [ "classdesc", "license", "desc", "explanation", "description", "file", "fileoverview", "overview", "summary" ], "jsdocTagsOrder": [ "type", "typedef", "callback", "function", "method", "class", "file", "constant", "description", "classdesc", "param", "returns", "see", "property", "template", "augments", "extends", "throws", "yields", "fires", "listens", "async", "abstract", "override", "private", "protected", "public", "access", "desprecated", "author", "version", "since", "member", "memberof", "category", "external", "other", "todo" ] }