fe77ede49e
* introduce CI checks * fixx * add caching * fixes * wip * server bridge linting * No lint errors * fix paths on lint:prettier * make files pretty again * fix stylelint * fix lock --------- Co-authored-by: Kristaps Fabians Geikins <fabis94@live.com>
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
{
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"endOfLine": "auto",
|
|
"bracketSpacing": true,
|
|
"vueIndentScriptAndStyle": false,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"printWidth": 88,
|
|
"singleQuote": true
|
|
}
|