12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "i18n-ally.disabled": false,
-
- "editor.defaultFormatter": "esbenp.prettier-vscode",
-
- "editor.formatOnSave": true,
-
- "editor.codeActionsOnSave": {
- "source.fixAll": "explicit",
- "source.fixAll.eslint": "explicit",
- "source.fixAll.stylelint": "explicit"
- },
-
- "stylelint.validate": ["css", "scss", "vue", "html"],
- "stylelint.enable": true,
- "css.validate": false,
- "less.validate": false,
- "scss.validate": false,
- "[vue]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "[typescript]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "[jsonc]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
-
- "files.associations": {
- "pages.json": "jsonc",
- "manifest.json": "jsonc"
- },
- "cSpell.words": [
- "Aplipay",
- "Attributify",
- "climblee",
- "commitlint",
- "dcloudio",
- "easycom",
- "iconfont",
- "iconify",
- "qrcode",
- "refresherrefresh",
- "scrolltolower",
- "tabbar",
- "Toutiao",
- "unibest",
- "unocss",
- "uvui",
- "Wechat",
- "WechatMiniprogram",
- "Weixin"
- ],
- "typescript.tsdk": "node_modules\\typescript\\lib",
- "explorer.fileNesting.enabled": true,
- "explorer.fileNesting.expand": false,
- "explorer.fileNesting.patterns": {
- "package.json": "pnpm-lock.yaml,pnpm-workspace.yaml,LICENSE,.gitattributes,.gitignore,.gitpod.yml,CNAME,.npmrc,.browserslistrc",
- ".eslintrc.cjs": ".eslintignore,.prettierignore,.stylelintignore,.commitlintrc.*,.prettierrc.*,.stylelintrc.*,.eslintrc-auto-import.json,.editorconfig,.commitlint.cjs"
- },
- "i18n-ally.localesPaths": ["src/locale"],
- "i18n-ally.keystyle": "flat",
- "i18n-ally.sourceLanguage": "en"
- }
|