UNPKG

lib-colors

Version:

Simple node.js library for work with colors

14 lines (13 loc) 282 B
/** @type {import('prettier').Config} */ export default { semi: true, singleQuote: true, tabWidth: 2, useTabs: false, trailingComma: 'all', bracketSpacing: true, arrowParens: 'avoid', quoteProps: 'as-needed', proseWrap: 'never', endOfLine: 'auto' }