Skip to content
Snippets Groups Projects
Select Git revision
  • 16666ccdf05a9776f482d7d642000ded3d5f823b
  • dev default protected
  • 168-pro-connect
  • renovate/major-nest-monorepo
  • renovate/luxon-3.x
  • renovate/gouvfr-anct-timetable-to-osm-opening-hours-2.x
  • renovate/major-typescript-eslint-monorepo
  • renovate/npm-11.x
  • renovate/mysql-9.x
  • renovate/mongo-express-1.x
  • renovate/major-jest-monorepo
  • renovate/tsconfig-paths-4.x
  • renovate/jest-junit-16.x
  • renovate/express-5.x
  • renovate/elastic-elasticsearch-8.x
  • renovate/ghost-5.x
  • renovate/ghcr.io-browserless-chromium-2.x
  • renovate/elasticsearch-7.x
  • renovate/devdependencies-(non-major)
  • 722-envsubst-client-side-conf
  • master protected
  • v4.0.3
  • v4.0.1
  • v4.0.0
  • v3.4.3
  • v3.4.2
  • v3.4.1
  • v3.4.0
  • v3.3.1
  • v3.3.0
  • v3.2.0
  • v3.1.0
  • v3.0.1
  • v3.0.0
  • v2.5.0
  • v2.4.2
  • v2.4.1
  • v2.4.0
  • v2.3.2
  • v2.3.1
  • v2.3.0
41 results

temp-user.module.ts

Blame
  • VS Code settings

    User settings

    To add in the settings.json of Vscode IDE:

    {
        "editor.snippetSuggestions": "top",
        "editor.tabSize": 2,
        "editor.formatOnSave": true,
        "diffEditor.ignoreTrimWhitespace": false,
        "window.zoomLevel": 0,
        "gitlens.advanced.messages": {
            "suppressShowKeyBindingsNotice": true
        },
        "breadcrumbs.enabled": true,
        "workbench.settings.editor": "json",
        "typescript.updateImportsOnFileMove.enabled": "always",
        "css.validate": false,
        "less.validate": false,
        "scss.validate": false,
        "stylelint.enable": true,
    }

    Some important plugins to install

    • stylelint
    • Beautify
    • TSLint
    • Angular Language Service

    Beautify (formatter) & stylelint (linter) settings

    The rules of these are inside 2 files at the root of the project: .stylelintrc and .jsbeautifyrc.