mirror of
https://github.com/embarklabs/subspace.git
synced 2025-02-08 12:45:26 +00:00
* 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
|
|
} |