mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
13 lines
275 B
JSON
13 lines
275 B
JSON
{
|
|
"singleQuote": false,
|
|
"semi": true,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"printWidth": 100,
|
|
"ignorePatterns": [
|
|
"examples/docs-reference-project/capture/extracted/page.html",
|
|
"examples/docs-reference-project/live/index.html"
|
|
]
|
|
}
|