mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-25 14:01:29 -05:00
9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
{
|
|
"endOfLine": "lf",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none"
|
|
}
|