mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-14 04:14:21 +01:00
chore(dept): update dependencies, angular to rc2
This commit is contained in:
parent
70f3dc8dbf
commit
2b7d7ef3e6
13 changed files with 50 additions and 69 deletions
17
tslint.json
17
tslint.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"rulesDirectory": [
|
||||
"node_modules/codelyzer/dist/src"
|
||||
"node_modules/codelyzer"
|
||||
],
|
||||
"rules": {
|
||||
"member-access": false,
|
||||
|
|
@ -133,19 +133,6 @@
|
|||
"check-separator",
|
||||
"check-type"
|
||||
],
|
||||
|
||||
"directive-selector-name": [true, "kebab-case"],
|
||||
"component-selector-name": [true, "kebab-case"],
|
||||
"directive-selector-type": [true, "attribute"],
|
||||
"component-selector-type": [true, "element"],
|
||||
"directive-selector-prefix": false,
|
||||
"component-selector-prefix": false,
|
||||
"host-parameter-decorator": true,
|
||||
"input-parameter-decorator": true,
|
||||
"output-parameter-decorator": true,
|
||||
"attribute-parameter-decorator": false,
|
||||
"input-property-directive": true,
|
||||
"output-property-directive": true,
|
||||
"call-forward-ref":true
|
||||
"import-destructuring-spacing": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue