Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
whitespace: add regression test for #2506 (#3305)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajafff authored and adidahiya committed Oct 13, 2017
1 parent aa5cca4 commit c438890
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"resolve": "^1.3.2",
"semver": "^5.3.0",
"tslib": "^1.7.1",
"tsutils": "^2.12.0"
"tsutils": "^2.12.1"
},
"peerDependencies": {
"typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev"
Expand Down
1 change: 1 addition & 0 deletions test/rules/whitespace/all/bom.ts.lint
@@ -0,0 +1 @@
import * as $t from 't';
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -1584,9 +1584,9 @@ tslint@^5.7.0:
tslib "^1.7.1"
tsutils "^2.8.1"

tsutils@^2.12.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.12.0.tgz#c892a84c8f2f8de13f8ef32c2c5c38b457cceac6"
tsutils@^2.12.1:
version "2.12.1"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.12.1.tgz#f4d95ce3391c8971e46e54c4cf0edb0a21dd5b24"
dependencies:
tslib "^1.7.1"

Expand Down

0 comments on commit c438890

Please sign in to comment.