/tslint.json (6ddb6b2931511b11e5d5938f76076fb37e70363e) (2837 bytes) (mode 100644) (type blob)

{
  "rulesDirectory": [
    "node_modules/codelyzer"
  ],
  "rules": {
    "arrow-return-shorthand": true,
    "callable-types": true,
    "class-name": true,
    "comment-format": [
      true,
      "check-space"
    ],
    "curly": true,
    "deprecation": {
      "severity": "warn"
    },
    "eofline": true,
    "forin": true,
    "import-blacklist": [
      true,
      "rxjs/Rx"
    ],
    "import-spacing": true,
    "indent": [
      true,
      "spaces"
    ],
    "interface-over-type-literal": true,
    "label-position": true,
    "max-line-length": [
      true,
      140
    ],
    "member-access": false,
    "member-ordering": [
      true,
      {
        "order": [
          "static-field",
          "instance-field",
          "static-method",
          "instance-method"
        ]
      }
    ],
    "no-arg": true,
    "no-bitwise": true,
    "no-console": [
      true,
      "debug",
      "info",
      "time",
      "timeEnd",
      "trace"
    ],
    "no-construct": true,
    "no-debugger": true,
    "no-duplicate-super": true,
    "no-empty": false,
    "no-empty-interface": true,
    "no-eval": true,
    "no-inferrable-types": [
      true,
      "ignore-params"
    ],
    "no-misused-new": true,
    "no-non-null-assertion": true,
    "no-redundant-jsdoc": true,
    "no-shadowed-variable": true,
    "no-string-literal": false,
    "no-string-throw": true,
    "no-switch-case-fall-through": true,
    "no-trailing-whitespace": true,
    "no-unnecessary-initializer": true,
    "no-unused-expression": true,
    "no-use-before-declare": true,
    "no-var-keyword": true,
    "object-literal-sort-keys": false,
    "one-line": [
      true,
      "check-open-brace",
      "check-catch",
      "check-else",
      "check-whitespace"
    ],
    "prefer-const": true,
    "quotemark": [
      true,
      "single"
    ],
    "radix": true,
    "semicolon": [
      true,
      "always"
    ],
    "triple-equals": [
      true,
      "allow-null-check"
    ],
    "typedef-whitespace": [
      true,
      {
        "call-signature": "nospace",
        "index-signature": "nospace",
        "parameter": "nospace",
        "property-declaration": "nospace",
        "variable-declaration": "nospace"
      }
    ],
    "unified-signatures": true,
    "variable-name": false,
    "whitespace": [
      true,
      "check-branch",
      "check-decl",
      "check-operator",
      "check-separator",
      "check-type"
    ],
    "no-output-on-prefix": true,
    "use-input-property-decorator": true,
    "use-output-property-decorator": true,
    "use-host-property-decorator": true,
    "no-input-rename": true,
    "no-output-rename": true,
    "use-life-cycle-interface": true,
    "use-pipe-transform-interface": true,
    "component-class-suffix": true,
    "directive-class-suffix": true
  }
}


Mode Type Size Ref File
100644 blob 246 e89330a618c137cdaccde46f87923736cc04dfb4 .editorconfig
100644 blob 503 ee5c9d8336b76b3bb5658d0888bdec86eb7b0990 .gitignore
100644 blob 4645070 6244d750cf9d4076336fc9070ac9671cc58d58b4 Login_v16.zip
040000 tree - 83ae5b707ce423d57a630646f4ac395cbf26bb2d Login_v16
100644 blob 1029 8b3718ba9b2a1ac747e962b0c4ed431dc708f96a README.md
040000 tree - 0f0b211e628e64455e54a99be32f16a0fc8f19c0 angular-node-express-api
100644 blob 4110 c490e183ef2610952e2b16209f98c06b722aa6f1 angular.json
040000 tree - 790e5c511af88cf39f8dfd008e043b13e8817a64 e2e
040000 tree - c09edf4fb0afe68136d974899adfa8f2c1ab063c image
100644 blob 382787 2d0e4d18d65f062eb088fe323f1520883ac34aa3 package-lock.json
100644 blob 1573 cc23e4e8b4fc801edea9953f73f50b6a40d64d43 package.json
100644 blob 145 74336478a3cedb2089748a5c39c78ec884ade50f proxy.conf.json
040000 tree - 9579021aeaa139a9bdda6e1707cf8d33039ad769 src
100644 blob 408 46aeded1b278b3fd720233810be535ce0a456561 tsconfig.json
100644 blob 2837 6ddb6b2931511b11e5d5938f76076fb37e70363e tslint.json
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/AhmadSa/nodeAngular

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/AhmadSa/nodeAngular

Clone this repository using git:
git clone git://git.rocketgit.com/user/AhmadSa/nodeAngular

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main