Archive of https://github.com/w-social-eu/w-social-atproto (see also https://github.com/brw/w-social-atproto-archive)
374 B
22 lines
1{
2 "trailingComma": "all",
3 "tabWidth": 2,
4 "semi": false,
5 "singleQuote": true,
6 "plugins": ["prettier-plugin-tailwindcss"],
7 "overrides": [
8 {
9 "files": "*.hbs",
10 "options": {
11 "singleQuote": false
12 }
13 },
14 {
15 "files": [".eslintrc"],
16 "options": {
17 "parser": "json",
18 "trailingComma": "none"
19 }
20 }
21 ]
22}