mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-21 18:58:03 +00:00
* Added prettier-plugin-tailwindcss and sorted the classes * Added tsc into staged check + some type improvements
8 lines
302 B
YAML
8 lines
302 B
YAML
trailingComma: "es5"
|
|
tabWidth: 2
|
|
semi: true
|
|
singleQuote: false
|
|
bracketSpacing: true
|
|
plugins:
|
|
- "prettier-plugin-tailwindcss" # should be last https://github.com/tailwindlabs/prettier-plugin-tailwindcss?tab=readme-ov-file#compatibility-with-other-prettier-plugins
|
|
tailwindStylesheet: "./src/index.css" |