subspace/.prettierrc
Richard Ramos 2b70d0b260
fix: lint (#68)
* refactor: support private methods and attributes
* Adding eslint and prettier config
* fix: lint files
* fix: promise then/catch
* fix: cb
2020-02-12 15:53:33 -04:00

12 lines
238 B
Plaintext

{
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"useTabs": false,
"jsxSingleQuote": false,
"bracketSpacing": false,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"printWidth": 120
}