tra-typed-fetch
Version:
A package that implements common http requests using fetch, allowing for typed responses with typescript
17 lines (16 loc) • 358 B
JavaScript
module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: false,
semi: true,
singleQuote: true,
jsxSingleQuote: false,
trailingComma: 'es5',
bracketSpacing: true,
jsxBracketSameLine: false,
arrowParens: 'always',
requirePragma: false,
insertPragma: false,
proseWrap: 'preserve',
endOfLine: 'lf',
};