yog2
Version:
Front End Integrated Solution for node express.
21 lines (20 loc) • 367 B
Plain Text
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"semi": true,
"trailingComma": "none",
"bracketSpacing": false,
"quoteProps": "consistent",
"arrowParens": "avoid",
"jsxBracketSameLine": false,
"overrides": [
{
"files": ["*.js"],
"options": {
"spaceBeforeFunctionParen": true
}
}
]
}