dsi-icl/optimise

View on GitHub
.vscode/settings.json

Summary

Maintainability
Test Coverage
{
    "editor.codeActionsOnSave": {
        "source.fixAll.eslint": "always",
        "source.sortPackageJson": "always"
    },
    "editor.tabSize": 4,
    "eslint.validate": [
        "javascript",
        "javascriptreact",
        "typescript",
        "typescriptreact"
    ],
    "editor.detectIndentation": false,
    "editor.formatOnSave": true,
    "files.exclude": {
        "**/.classpath": true,
        "**/.project": true,
        "**/.settings": true,
        "**/.factorypath": true
    },
    "typescript.tsdk": "node_modules\\typescript\\lib"
}