File: .prettierrc.js

package info (click to toggle)
node-react-popper 2.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 652 kB
  • sloc: javascript: 1,611; makefile: 14
file content (6 lines) | stat: -rw-r--r-- 108 bytes parent folder | download
1
2
3
4
5
6
module.exports = {
  parser: 'flow',
  singleQuote: true,
  trailingComma: 'es5',
  proseWrap: 'always',
};