Files
mue/.prettierrc.json
alexsparkes 987a7eda6e build: add stylelint
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2022-04-15 22:55:24 +01:00

8 lines
106 B
JSON

{
"printWidth": 100,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}