mirror of
https://github.com/QingWei-Li/notea.git
synced 2024-11-29 12:53:00 +03:00
b5dae24448
arrow-parens: Arrow functions are now required to have parentheses around arguments (i.e. `(_) => {}` is good, but `_ => {}` is not)
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true
|
|
}
|