mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
10 lines
159 B
Plaintext
10 lines
159 B
Plaintext
{
|
|
"endOfLine": "lf",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"arrowParens": "avoid"
|
|
}
|