UNPKG

react-garden

Version:

React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.

20 lines (19 loc) 439 B
module.exports = { arrowParens: 'always', bracketSameLine: false, bracketSpacing: true, endOfLine: 'crlf', htmlWhitespaceSensitivity: 'css', insertPragma: false, jsxSingleQuote: true, printWidth: 120, proseWrap: 'preserve', quoteProps: 'as-needed', requirePragma: false, semi: false, singleAttributePerLine: true, singleQuote: true, tabWidth: 2, trailingComma: 'es5', useTabs: false, }