debian-mirror-gitlab/.prettierrc

14 lines
213 B
Plaintext
Raw Normal View History

2019-05-05 18:10:48 +05:30
{
"printWidth": 100,
"singleQuote": true,
2019-05-30 16:15:17 +05:30
"trailingComma": "es5",
"overrides": [
{
"files": ["**/app/**/*", "**/spec/**/*"],
"options": {
"trailingComma": "all"
}
}
]
2019-05-05 18:10:48 +05:30
}