mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-03 20:11:30 +01:00
14 lines
228 B
JSON
Executable File
14 lines
228 B
JSON
Executable File
{
|
|
"semi": false,
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
|
"tailwindFunctions": ["classNames", "cva"],
|
|
"overrides": [
|
|
{
|
|
"files": "pnpm-lock.yaml",
|
|
"options": {
|
|
"rangeEnd": 0
|
|
}
|
|
}
|
|
]
|
|
}
|