UNPKG

@planjs/fabric

Version:
16 lines (15 loc) 322 B
"use strict"; module.exports = { trailingComma: 'all', printWidth: 100, proseWrap: 'never', useTabs: false, semi: true, singleQuote: true, bracketSpacing: true, jsxBracketSameLine: false, tabWidth: 2, eslintIntegration: true, stylelintIntegration: true, endOfLine: 'lf', };