18ca98fd4a
would help in implementing name route also did some stylistic changes
9 lines
158 B
Text
9 lines
158 B
Text
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"arrowParens": "avoid",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 100
|
|
}
|