Files
explorer-monorepo/.prettierrc

12 lines
174 B
Plaintext
Raw Normal View History

{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "avoid",
"endOfLine": "lf"
}