Guest User

Untitled

a guest
Aug 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. // Dependencies:
  2. import { RuleFailure, Rules } from 'tslint';
  3. import { SourceFile } from 'typescript';
  4.  
  5. export class Rule extends Rules.AbstractRule {
  6. public apply (sourceFile: SourceFile): Array<RuleFailure> {
  7.  
  8. }
  9. }
Add Comment
Please, Sign In to add comment