mirror of
https://github.com/tjsga/tj-sga-website-react.git
synced 2025-04-03 03:40:17 -04:00
13 lines
256 B
Plaintext
13 lines
256 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 80,
|
|
"useTabs": true,
|
|
"semi": true,
|
|
"quoteProps": "consistent",
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf"
|
|
} |