mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 22:01:33 +00:00
17 lines
336 B
Plaintext
17 lines
336 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"plugins": [
|
|
"./node_modules/prettier-plugin-blade",
|
|
"./node_modules/prettier-plugin-tailwindcss"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": "*.blade.php",
|
|
"options": {
|
|
"parser": "blade"
|
|
}
|
|
}
|
|
]
|
|
}
|