Skip to content

Commit

Permalink
fix CI failures with typescript@next (palantir#3351)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajafff authored and adidahiya committed Oct 20, 2017
1 parent cc3d19d commit 5e04421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/rules/deprecation/test.ts.lint
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ const A = 1, B = 2;

A + B;
~ [err % ('A')]
#if typescript < 2.7.0
~ [err % ('B')]
#endif

export default A;

Expand Down

0 comments on commit 5e04421

Please sign in to comment.