auth.andert.me/example/google-auth/.prettierrc

7 lines
90 B
Plaintext
Raw Normal View History

{
"arrowParens": "avoid",
"trailingComma": "es5",
"singleQuote": true,
"semi": true
}