mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-07-23 09:00:51 -05:00
45 lines
837 B
JSON
45 lines
837 B
JSON
{
|
|
"eslint.experimental.useFlatConfig": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "never",
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.organizeImports": "never"
|
|
},
|
|
"editor.formatOnSave": false,
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"typescript",
|
|
"javascriptreact",
|
|
"typescriptreact",
|
|
"vue",
|
|
"html",
|
|
"markdown",
|
|
"json",
|
|
"jsonc",
|
|
"json5",
|
|
"yaml"
|
|
],
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/bower_components": true,
|
|
"**/*.code-search": true,
|
|
"**/dist": true
|
|
},
|
|
"prettier.enable": false,
|
|
"cSpell.words": [
|
|
"backoff",
|
|
"chatgpt",
|
|
"dalle",
|
|
"datetime",
|
|
"davinci",
|
|
"headlessui",
|
|
"mdast",
|
|
"micromark",
|
|
"ooba",
|
|
"preact",
|
|
"tabler",
|
|
"unist"
|
|
],
|
|
"markdown.extension.toc.updateOnSave": false
|
|
}
|