UNPKG

fluent-url

Version:

A chainable version of the global URL class

14 lines (13 loc) 239 B
module.exports = { trailingComma: 'es5', printWidth: 80, tabWidth: 2, useTabs: true, semi: true, singleQuote: true, bracketSpacing: true, jsxBracketSameLine: false, arrowParens: 'avoid', endOfLine: 'lf', proseWrap: 'always', };