Created
April 23, 2018 09:46
-
-
Save Dok11/9cc16bd06e2f722c1dffa3eb1a630fa4 to your computer and use it in GitHub Desktop.
tslint feature disable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* tslint:disable:max-line-length */ | |
import {LongServiceNameService} from '../long/path/to/service/somwhere/in/project/long-service-name.service'; | |
/* tslint:enable:max-line-length */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment