mirror of
https://github.com/rahuldkjain/github-profile-readme-generator.git
synced 2026-08-24 10:13:30 -05:00
12 lines
227 B
Plaintext
12 lines
227 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": false,
|
|
"tabWidth": 2,
|
|
"printWidth": 100,
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|