mirror of
https://github.com/firecrawl/cli.git
synced 2026-09-14 17:30:55 +08:00
283404c2dc
* Add CI Workflow and Code Formatting * update lockfile * deprecation notice * update formatting rule
9 lines
125 B
JSON
9 lines
125 B
JSON
{
|
|
"semi": true,
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false
|
|
}
|