mirror of
https://github.com/makeplane/plane.git
synced 2025-12-14 19:07:50 +01:00
16 lines
291 B
Plaintext
16 lines
291 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"overrides": [
|
|
{
|
|
"files": ["packages/codemods/**/*"],
|
|
"options": {
|
|
"printWidth": 80
|
|
}
|
|
}
|
|
],
|
|
"plugins": ["@prettier/plugin-oxc"],
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5"
|
|
}
|