{ "folders": [ { "path": "." } ], "settings": { "editor.cursorSmoothCaretAnimation": true, "editor.wordWrap": "on", "editor.autoClosingBrackets": "always", "editor.autoClosingQuotes": "always", "editor.smoothScrolling": true, "editor.tabCompletion": "on", "editor.formatOnSave": false, "editor.formatOnPaste": true, "editor.formatOnType": true, "files.autoGuessEncoding": true, "files.insertFinalNewline": true, "files.trimFinalNewlines": true, "files.trimTrailingWhitespace": true, "css.lint.boxModel": "error", "css.lint.compatibleVendorPrefixes": "error", "css.lint.duplicateProperties": "error", "css.lint.float": "warning", "css.lint.idSelector": "warning", "css.lint.important": "warning", "css.lint.importStatement": "warning", "css.lint.universalSelector": "warning", "css.lint.vendorPrefix": "error", "css.lint.zeroUnits": "error", "eslint.lintTask.enable": true, "eslint.onIgnoredFiles": "warn", "git.alwaysShowStagedChangesResourceGroup": true, "git.autoStash": true, "git.enableSmartCommit": true, "git.fetchOnPull": true, "git.supportCancellation": true, "git.untrackedChanges": "separate", "highlight-matching-tag.highlightFromContent": true, "highlight-matching-tag.highlightSelfClosing": true, "html.format.endWithNewline": true, "html.format.indentHandlebars": true, "html.format.indentInnerHtml": true, "less.lint.boxModel": "error", "css.lint.emptyRules": "error", "less.lint.compatibleVendorPrefixes": "error", "less.lint.duplicateProperties": "error", "less.lint.emptyRules": "error", "less.lint.float": "warning", "less.lint.idSelector": "warning", "less.lint.important": "warning", "less.lint.importStatement": "warning", "less.lint.universalSelector": "warning", "less.lint.vendorPrefix": "error", "less.lint.zeroUnits": "error", "npm.enableRunFromFolder": true, "npm.enableScriptExplorer": true, "npm.enableTouchbar": true, "prettier.singleQuote": true, "prettier.jsxSingleQuote": true, "prettier.vueIndentScriptAndStyle": true, "scss.lint.boxModel": "error", "scss.lint.compatibleVendorPrefixes": "error", "scss.lint.duplicateProperties": "error", "scss.lint.emptyRules": "error", "scss.lint.float": "warning", "scss.lint.idSelector": "warning", "scss.lint.important": "warning", "scss.lint.importStatement": "warning", "scss.lint.universalSelector": "warning", "scss.lint.zeroUnits": "error", "scss.lint.vendorPrefix": "error", "javascript.format.insertSpaceAfterConstructor": true, "javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true, "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true, "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true, "javascript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true, "javascript.format.insertSpaceBeforeFunctionParenthesis": true, "javascript.format.semicolons": "insert", "javascript.preferences.quoteStyle": "single", "javascript.updateImportsOnFileMove.enabled": "always", "typescript.format.insertSpaceAfterConstructor": true, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true, "typescript.format.insertSpaceAfterTypeAssertion": true, "typescript.format.insertSpaceBeforeFunctionParenthesis": true, "typescript.format.semicolons": "insert", "typescript.preferences.quoteStyle": "single", "typescript.updateImportsOnFileMove.enabled": "always", "workbench.editor.highlightModifiedTabs": true, "workbench.editor.revealIfOpen": true, "search.showLineNumbers": true, } }