Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/.prettierrc

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