chore(dept): update dependencies, angular to rc2

This commit is contained in:
nixa 2016-06-21 12:24:19 +03:00
parent 70f3dc8dbf
commit 2b7d7ef3e6
13 changed files with 50 additions and 69 deletions

View file

@ -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
}
}