blob: 3af1256a736bf89055705461880f906389e08e76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"printWidth": 100,
"bracketSpacing": true,
"arrowParens": "always"
}
|