chore: remove md and mdx format
This commit is contained in:
@@ -19,6 +19,8 @@ pnpm-lock.yaml
|
||||
**/__snapshots__
|
||||
**/.DS_Store
|
||||
**/.changeset
|
||||
**/*.md
|
||||
**/*.mdx
|
||||
!public/manifest.json
|
||||
!.vscode
|
||||
!scripts
|
||||
|
||||
Vendored
+1
-8
@@ -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": {
|
||||
|
||||
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user