chore: remove md and mdx format

This commit is contained in:
Tianen Pang
2025-12-11 03:21:48 +08:00
parent ee3401112d
commit 05483cf109
3 changed files with 3 additions and 15 deletions
+2
View File
@@ -19,6 +19,8 @@ pnpm-lock.yaml
**/__snapshots__
**/.DS_Store
**/.changeset
**/*.md
**/*.mdx
!public/manifest.json
!.vscode
!scripts
+1 -8
View File
@@ -4,6 +4,7 @@
"css.lint.unknownAtRules": "ignore",
"scss.lint.unknownAtRules": "ignore",
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.prettierPath": "node_modules/prettier",
"typescript.enablePromptUseWorkspaceTsdk": true,
"eslint.workingDirectories": [{"mode": "auto"}],
"eslint.options": {"flags": ["v10_config_lookup_from_file"]},
@@ -34,14 +35,6 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[md]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[mdx]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"tailwindCSS.classFunctions": ["tv", "clsx", "cn"],
"tailwindCSS.classAttributes": ["className", "classNames"],
"tailwindCSS.experimental.configFile": {
-7
View File
@@ -12,13 +12,6 @@ const config = {
printWidth: 50,
},
},
{
files: "./apps/docs/content/**/*.mdx",
options: {
bracketSpacing: true,
singleQuote: false,
},
},
],
plugins: ["prettier-plugin-tailwindcss"],
tailwindAttributes: ["className", "classNames"],