mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-20 00:18:47 -05:00
17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
{
|
|
"printWidth": 90,
|
|
"useTabs": true,
|
|
"tabWidth": 2,
|
|
"singleQuote": false,
|
|
"bracketSpacing": true,
|
|
"proseWrap": "preserve",
|
|
"bracketSameLine": false,
|
|
"singleAttributePerLine": true,
|
|
"semi": true,
|
|
"jsx-single-quote": false,
|
|
"quoteProps": "as-needed",
|
|
"arrowParens": "always",
|
|
"trailingComma": "es5",
|
|
"htmlWhitespaceSensitivity": "css"
|
|
}
|