UNPKG

@alexlit/lint-kit

Version:

Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)

9 lines (8 loc) 248 B
/** @see [plugin-pug](https://github.com/prettier/plugin-pug) */ export default { plugins: ['@prettier/plugin-pug'], pugCommentPreserveSpaces: 'trim-all', pugSingleQuote: false, pugSortAttributes: 'asc', pugWrapAttributesThreshold: 3, };