mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-11 14:21:15 +00:00
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
{
|
|
"semi": true,
|
|
"trailingComma": "es5",
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"printWidth": 100,
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|