Skip to content

Commit

Permalink
build(aio): add a tslint language service
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhukov committed Apr 29, 2017
1 parent c48818f commit 54e9884
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"typescript.tsdk": "./node_modules/typescript/lib",
"files.exclude": {
".vscode/chrome": true
}
},
"tslint.enable": false
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"ts-node": "2.0.0",
"tslint": "4.5.1",
"tslint-eslint-rules": "3.4.0",
"tslint-language-service": "0.9.2",
"typescript": "2.2.1"
}
}
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"lib": [
"es2016",
"dom"
],
"plugins": [
{ "name": "tslint-language-service"}
]
}
}
17 changes: 7 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6513,7 +6513,7 @@ [email protected]:
version "0.0.24"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.24.tgz#d6a5e198d14a9835cc6f2d7c3d9e302428c8cf12"

[email protected]:
[email protected], [email protected]:
version "0.0.28"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.28.tgz#172735b7f614ea7af39664fa84cf0de4e515d120"
dependencies:
Expand All @@ -6525,7 +6525,7 @@ [email protected]:
dependencies:
os-tmpdir "~1.0.1"

tmp@0.0.x, tmp@^0.0.31:
tmp@^0.0.31:
version "0.0.31"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.31.tgz#8f38ab9438e17315e5dbd8b3657e8bfb277ae4a7"
dependencies:
Expand Down Expand Up @@ -6606,6 +6606,10 @@ [email protected]:
dependencies:
doctrine "^0.7.2"

[email protected]:
version "0.9.2"
resolved "https://registry.yarnpkg.com/tslint-language-service/-/tslint-language-service-0.9.2.tgz#76e0ed3e92677a5bd5bc91e4a1335d9b284469f3"

[email protected]:
version "4.5.1"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-4.5.1.tgz#05356871bef23a434906734006fc188336ba824b"
Expand Down Expand Up @@ -7127,20 +7131,13 @@ [email protected]:
version "0.0.2"
resolved "https://registry.yarnpkg.com/write-file-stdout/-/write-file-stdout-0.0.2.tgz#c252d7c7c5b1b402897630e3453c7bfe690d9ca1"

[email protected]:
[email protected], ws@^1.0.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.1.tgz#082ddb6c641e85d4bb451f03d52f06eabdb1f018"
dependencies:
options ">=0.0.5"
ultron "1.0.x"

ws@^1.0.1:
version "1.1.4"
resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.4.tgz#57f40d036832e5f5055662a397c4de76ed66bf61"
dependencies:
options ">=0.0.5"
ultron "1.0.x"

[email protected]:
version "1.0.0"
resolved "https://registry.yarnpkg.com/wtf-8/-/wtf-8-1.0.0.tgz#392d8ba2d0f1c34d1ee2d630f15d0efb68e1048a"
Expand Down

0 comments on commit 54e9884

Please sign in to comment.