mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
9 lines
196 B
JSON
9 lines
196 B
JSON
{
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 100,
|
|
"sortPackageJson": false,
|
|
"ignorePatterns": ["dist/**", "node_modules/**", "**/.skillgym-results/**"]
|
|
}
|