File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1717 "e2e" : " protractor" ,
1818 "e2e.live" : " protractor --elementExplorer" ,
1919 "gulp" : " gulp" ,
20+ "lint" : " gulp tslint" ,
2021 "karma" : " karma" ,
2122 "karma.start" : " karma start" ,
2223 "postinstall" : " gulp check.versions && gulp build.bundle.rxjs && npm prune && gulp webdriver && gulp print.banner" ,
6364 "async" : " ^2.0.1" ,
6465 "autoprefixer" : " ^6.3.7" ,
6566 "browser-sync" : " ^2.13.0" ,
66- "codelyzer" : " 1.0.0-beta.0 " ,
67+ "codelyzer" : " 1.0.0-beta.1 " ,
6768 "colorguard" : " ^1.2.0" ,
6869 "compression" : " ^1.6.2" ,
6970 "connect" : " ^3.4.1" ,
Original file line number Diff line number Diff line change 4040 "component-selector-type" : [true , " element" ],
4141 "use-input-property-decorator" : true ,
4242 "use-output-property-decorator" : true ,
43- "use-host-property-decorator" : true
43+ "use-host-property-decorator" : true ,
44+ "no-input-rename" : true ,
45+ "no-output-rename" : true ,
46+ "use-life-cycle-interface" : true ,
47+ "use-pipe-transform-interface" : true ,
48+ "component-class-suffix" : true ,
49+ "directive-class-suffix" : true ,
50+ "import-destructuring-spacing" : true ,
51+ "templates-use-public" : true ,
52+ "no-access-missing-member" : true ,
53+ "invoke-injectable" : true
4454 }
4555}
You can’t perform that action at this time.
0 commit comments