9 lines
178 B
JSON
9 lines
178 B
JSON
{
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"quoteProps": "consistent",
|
|
"sortImports": true,
|
|
"sortPackageJson": false,
|
|
"ignorePatterns": [".docker", ".yarn", "html"]
|
|
}
|