build: add stylelint

Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
alexsparkes
2022-04-15 22:55:24 +01:00
parent ec602a0e50
commit 987a7eda6e
3 changed files with 13 additions and 1 deletions

7
.prettierrc.json Normal file
View File

@@ -0,0 +1,7 @@
{
"printWidth": 100,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}