16 lines
258 B
Plaintext
16 lines
258 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"endOfLine": "auto",
|
|
"printWidth": 333,
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"overrides": [
|
|
{
|
|
"files": ["./src/types/*.ts"],
|
|
"options": {
|
|
"printWidth": 150
|
|
}
|
|
}
|
|
]
|
|
} |