/[sudobot]/trunk/.prettierrc
ViewVC logotype

Annotation of /trunk/.prettierrc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (hide annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File size: 392 byte(s)
chore: add trunk
1 rakinar2 575 {
2     "editorconfig": true,
3     "printWidth": 100,
4     "trailingComma": "none",
5     "jsxBracketSameLine": false,
6     "arrowParens": "avoid",
7     "singleQuote": false,
8     "jsxSingleQuote": false,
9     "overrides": [
10     {
11     "files": ["*.yml", "*.yaml"],
12     "options": {
13     "singleQuote": false,
14     "tabWidth": 2
15     }
16     }
17     ]
18     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26