UNPKG

@pact-foundation/pact-js-prettier-config

Version:

Prettier config for developers working on pact-js and related repositories

7 lines (6 loc) 180 B
module.exports = { tabWidth: 2, // This is the default anyway semi: true, // This is also the default trailingComma: 'es5', // Another default option singleQuote: true, };