UNPKG

@leanup/cli

Version:

This CLI brings along all required tools to serve, test and build multi framework SPAs

28 lines (27 loc) 987 B
{ "editor.formatOnPaste": true, "editor.formatOnSave": true, "importSorter.generalConfiguration.sortOnBeforeSave": true, "mochaExplorer.env": { "NODE_ENV": "test" }, "typescript.preferences.importModuleSpecifier": "relative", "typescript.updateImportsOnFileMove.enabled": "always", "editor.renderWhitespace": "all", "extensions.autoUpdate": true, "javascript.updateImportsOnFileMove.enabled": "always", "telemetry.enableTelemetry": false, "telemetry.enableCrashReporter": false, "window.zoomLevel": 0, "typescript.disableAutomaticTypeAcquisition": true, "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", "git.enableSmartCommit": true, "[sass]": { "editor.defaultFormatter": "sasa.vscode-sass-format" }, "importCost.smallPackageSize": 0, "importCost.debug": true, "importCost.typescriptExtensions": ["\\.tsx?$"], "importCost.javascriptExtensions": ["\\.jsx?$"], "importCost.bundleSizeDecoration": "both" }