mirror of
https://github.com/embarklabs/subspace.git
synced 2025-01-19 02:53:33 +00:00
2b70d0b260
* refactor: support private methods and attributes * Adding eslint and prettier config * fix: lint files * fix: promise then/catch * fix: cb
12 lines
238 B
Plaintext
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
|
|
} |