Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

Commit b81935a

Browse files
authored
Merge pull request #150 from LabShare/dev
fix: lint
2 parents 3038382 + b7fb69d commit b81935a

File tree

2 files changed

+13
-24
lines changed

2 files changed

+13
-24
lines changed

package.json

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,15 @@
1515
"lint:fix": "tslint --fix -p tsconfig.json -c tslint.json",
1616
"lint": "tslint -p tsconfig.json -c tslint.json"
1717
},
18-
"peerDependencies": {
19-
"@angular/animations": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
20-
"@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
21-
"@angular/compiler": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
22-
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
23-
"@angular/forms": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
24-
"@angular/platform-browser": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
25-
"@angular/platform-browser-dynamic": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
26-
"quill": "^1.3.6",
27-
"rxjs": "^5.5.2 || ^6.1.0 || ^6.3.0 || ^6.4.0 || ^6.5.0"
28-
},
2918
"dependencies": {
19+
"@angular/animations": "^6.0.4",
20+
"@angular/common": "^6.0.4",
21+
"@angular/compiler": "^6.0.4",
22+
"@angular/core": "^6.0.4",
23+
"@angular/forms": "^6.0.4",
24+
"@angular/http": "^6.0.4",
25+
"@angular/platform-browser": "^6.0.4",
26+
"@angular/platform-browser-dynamic": "^6.0.4",
3027
"@ng-bootstrap/ng-bootstrap": "^4.1.1",
3128
"bootstrap": "^4.3.1",
3229
"core-js": "^2.4.1",
@@ -40,22 +37,14 @@
4037
"zone.js": "^0.8.18"
4138
},
4239
"devDependencies": {
43-
"@angular/animations": "^8.0.0",
44-
"@angular/common": "^8.0.0",
45-
"@angular/compiler": "^8.0.0",
46-
"@angular/core": "^8.0.0",
47-
"@angular/forms": "^8.0.0",
48-
"@angular/platform-browser": "^8.0.0",
49-
"@angular/platform-browser-dynamic": "^8.0.0",
50-
"quill": "^1.3.6",
51-
"rxjs": "^6.5.0",
52-
"@angular/compiler-cli": "^8.0.0",
40+
"@angular/compiler-cli": "^6.0.4",
5341
"@commitlint/cli": "^7.0.0",
5442
"@commitlint/config-conventional": "^7.0.1",
5543
"@labshare/semantic-release-config": "^1.0.0",
5644
"@ngtools/webpack": "^1.3.3",
5745
"@types/jasmine": "^3.0.0",
5846
"@types/node": "^11.9.0",
47+
"codelyzer": "^5.1.0",
5948
"css-loader": "^2.1.0",
6049
"html-loader": "0.5.5",
6150
"html-webpack-plugin": "3.2.0",
@@ -70,13 +59,14 @@
7059
"karma-phantomjs-launcher": "^1.0.4",
7160
"karma-sourcemap-loader": "^0.3.7",
7261
"karma-typescript": "^4.0.0",
73-
"karma-webpack": "^4.0.2",
62+
"karma-webpack": "^4.0.0-beta.0",
7463
"node-sass": "^4.9.0",
7564
"null-loader": "^0.1.1",
7665
"sass-loader": "7.1.0",
7766
"semantic-release": "^15.5.0",
7867
"style-loader": "^0.22.0",
7968
"ts-loader": "^4.3.0",
69+
"tslint": "^5.17.0",
8070
"tslint-angular": "^2.0.0",
8171
"typescript": "^3.2.2",
8272
"url-loader": "1.1.1",

tslint.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"rules": {
44
"max-line-length": {
55
"options": [300]
6-
},
7-
"no-unused-variable": true
6+
}
87
}
98
}

0 commit comments

Comments
 (0)