Skip to main content
Module

x/fuse/.prettierrc.js

Lightweight fuzzy-search, in JavaScript
Latest
File
module.exports = { trailingComma: 'none', tabWidth: 2, semi: false, singleQuote: true // htmlWhitespaceSensitivity: false}