Adds a pre-commit config (#3)

- adds a pre-commit config
- includes prettier formatting configuration
- fixes title in README
- adds a CircleCI config
- sets default pre-commit stage to commit
This commit is contained in:
Iain Sproat
2022-08-25 13:04:22 +01:00
committed by GitHub
parent daf2624a5c
commit 4d00b7d5b6
4 changed files with 97 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"endOfLine": "auto",
"bracketSpacing": true,
"vueIndentScriptAndStyle": false,
"htmlWhitespaceSensitivity": "ignore",
"printWidth": 88,
"singleQuote": true
}