mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-01 19:30:15 +01:00
feat(dependencies): update dependencies, angular 5+, nebular rc.4 (#1477)
This commit is contained in:
parent
630c2496ef
commit
f6e8c57d66
11 changed files with 2436 additions and 2063 deletions
18
tslint.json
18
tslint.json
|
|
@ -39,7 +39,7 @@
|
|||
"no-console": [
|
||||
true,
|
||||
"debug",
|
||||
"info",
|
||||
"log",
|
||||
"time",
|
||||
"timeEnd",
|
||||
"trace"
|
||||
|
|
@ -75,7 +75,6 @@
|
|||
],
|
||||
"radix": true,
|
||||
"semicolon": [
|
||||
true,
|
||||
"always"
|
||||
],
|
||||
"triple-equals": [
|
||||
|
|
@ -115,18 +114,23 @@
|
|||
"ngx",
|
||||
"kebab-case"
|
||||
],
|
||||
"ban": [
|
||||
true,
|
||||
"eval",
|
||||
"fit",
|
||||
"fdescribe",
|
||||
{
|
||||
"name": "$",
|
||||
"message": "please don't"
|
||||
}
|
||||
],
|
||||
"use-input-property-decorator": true,
|
||||
"use-output-property-decorator": true,
|
||||
"use-host-property-decorator": true,
|
||||
"no-output-rename": true,
|
||||
"use-life-cycle-interface": true,
|
||||
"use-pipe-transform-interface": true,
|
||||
"component-class-suffix": true,
|
||||
"directive-class-suffix": true,
|
||||
"no-access-missing-member": true,
|
||||
"templates-use-public": true,
|
||||
"invoke-injectable": true,
|
||||
|
||||
"no-unused-variable": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue