nexus/.prettierrc

8 lines
117 B
Plaintext
Raw Permalink Normal View History

{
"printWidth": 110,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always"
}