mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-03-25 07:47:22 +08:00
12 lines
315 B
JSON
12 lines
315 B
JSON
{
|
|
"ignorePatterns": ["src/typings/components.d.ts", "src/typings/elegant-router.d.ts", "src/router/elegant"],
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"arrowParens": "avoid",
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"experimentalSortPackageJson": {
|
|
"sortScripts": true
|
|
}
|
|
}
|