chore: remove md and mdx format
This commit is contained in:
@@ -19,6 +19,8 @@ pnpm-lock.yaml
|
|||||||
**/__snapshots__
|
**/__snapshots__
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
**/.changeset
|
**/.changeset
|
||||||
|
**/*.md
|
||||||
|
**/*.mdx
|
||||||
!public/manifest.json
|
!public/manifest.json
|
||||||
!.vscode
|
!.vscode
|
||||||
!scripts
|
!scripts
|
||||||
|
|||||||
Vendored
+1
-8
@@ -4,6 +4,7 @@
|
|||||||
"css.lint.unknownAtRules": "ignore",
|
"css.lint.unknownAtRules": "ignore",
|
||||||
"scss.lint.unknownAtRules": "ignore",
|
"scss.lint.unknownAtRules": "ignore",
|
||||||
"typescript.tsdk": "node_modules/typescript/lib",
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||||||
|
"prettier.prettierPath": "node_modules/prettier",
|
||||||
"typescript.enablePromptUseWorkspaceTsdk": true,
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
||||||
"eslint.workingDirectories": [{"mode": "auto"}],
|
"eslint.workingDirectories": [{"mode": "auto"}],
|
||||||
"eslint.options": {"flags": ["v10_config_lookup_from_file"]},
|
"eslint.options": {"flags": ["v10_config_lookup_from_file"]},
|
||||||
@@ -34,14 +35,6 @@
|
|||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"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.classFunctions": ["tv", "clsx", "cn"],
|
||||||
"tailwindCSS.classAttributes": ["className", "classNames"],
|
"tailwindCSS.classAttributes": ["className", "classNames"],
|
||||||
"tailwindCSS.experimental.configFile": {
|
"tailwindCSS.experimental.configFile": {
|
||||||
|
|||||||
@@ -12,13 +12,6 @@ const config = {
|
|||||||
printWidth: 50,
|
printWidth: 50,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
files: "./apps/docs/content/**/*.mdx",
|
|
||||||
options: {
|
|
||||||
bracketSpacing: true,
|
|
||||||
singleQuote: false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
plugins: ["prettier-plugin-tailwindcss"],
|
plugins: ["prettier-plugin-tailwindcss"],
|
||||||
tailwindAttributes: ["className", "classNames"],
|
tailwindAttributes: ["className", "classNames"],
|
||||||
|
|||||||
Reference in New Issue
Block a user