4d00b7d5b6
- adds a pre-commit config - includes prettier formatting configuration - fixes title in README - adds a CircleCI config - sets default pre-commit stage to commit
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
|
|
}
|