Exemplo n.º 1
0
 public JSLinter()
 {
     this.linter = new SealedLinter();
 }
Exemplo n.º 2
0
 public void Setup()
 {
     _linter = new JSLinter();
 }