nrwl--nx
15 行
234 B
Plaintext
15 行
234 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"endOfLine": "lf",
|
|
"trailingComma": "es5",
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.mdoc",
|
|
"options": {
|
|
"parser": "markdown"
|
|
}
|
|
}
|
|
]
|
|
}
|