Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
feat(package): upgrade tslint and codelyzer version
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Nov 8, 2016
1 parent 9443076 commit 9512d24
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 39 deletions.
25 changes: 0 additions & 25 deletions config.spec.js

This file was deleted.

8 changes: 0 additions & 8 deletions fixture.js

This file was deleted.

25 changes: 19 additions & 6 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,25 +87,38 @@
false, "check-branch", "check-decl", "check-operator", "check-module",
"check-separator", "check-type", "check-typecast"
],
"pipe-impure": false,
"adjacent-overload-signatures": true,
"arrow-parens": true,
"file-header": false,
"max-file-line-count": [true, 300],
"no-for-in-array": false,
"no-unsafe-finally": true,
"object-literal-key-quotes": [true, "as-needed"],
"object-literal-shorthand": true,
"restrict-plus-operands": false,
"directive-selector-name": [true, "camelCase"],
"component-selector-name": [true, "kebab-case"],
"directive-selector-type": [true, "attribute"],
"component-selector-type": [true, "element"],
"directive-selector-prefix": [true, ""],
"component-selector-prefix": [true, ""],
"directive-selector-prefix": [true, "sg"],
"component-selector-prefix": [true, "sg"],
"use-input-property-decorator": true,
"use-output-property-decorator": true,
"use-host-property-decorator": false,
"use-host-property-decorator": true,
"no-attribute-parameter-decorator": true,
"no-input-rename": true,
"no-output-rename": true,
"no-forward-ref" :true,
"no-forward-ref": true,
"use-life-cycle-interface": true,
"use-pipe-transform-interface": true,
"pipe-naming": [true, "camelCase", ""],
"pipe-naming": [true, "camelCase", "sg"],
"component-class-suffix": true,
"directive-class-suffix": true,
"import-destructuring-spacing": true,
"pipe-impure": false
"templates-use-public": true,
"no-access-missing-member": true,
"invoke-injectable": true,
"no-unused-css": true
}
}

0 comments on commit 9512d24

Please sign in to comment.