Skip to main content
Module

x/jira/.prettierrc

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
File
{ "arrowParens": "avoid", "endOfLine": "lf", "plugins": ["prettier-plugin-jsdoc"], "printWidth": 120, "singleQuote": true, "tabWidth": 2, "trailingComma": "all", "useTabs": false}