@heavy-dev/config
Version:
Shared configuration files for Heavy Dev projects
22 lines • 355 B
JSON
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2,
"arrowParens": "always",
"jsxSingleQuote": false,
"bracketSpacing": true,
"endOfLine": "lf",
"overrides": [
{
"files": [
"*.ts",
"*.tsx"
],
"options": {
"parser": "typescript"
}
}
]
}