UNPKG

predictype

Version:

PredicType is a library of pre-built and tested predicates for TypeScript, covering various data types and operations.

11 lines (8 loc) 186 B
import { type Config } from 'prettier'; const config: Config = { singleQuote: true, bracketSameLine: true, printWidth: 120, quoteProps: 'consistent', }; export default config;