You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,12 +99,6 @@ The TypeScript Language service docs: https://github.com/Microsoft/TypeScript/wi
99
99
100
100
## Showing errors in atom
101
101
Done using the `linter` plugin. If you think about it. TypeScript is really just a super powerful version of `jshint` and that is the reason to use `linter` for errors.
102
-
103
-
You need to inherit from `Linter` class from the `linter`: http://atomlinter.github.io/Linter/
104
-
```js
105
-
var linterPath =atom.packages.getLoadedPackage("linter").path
106
-
var Linter:LinterClass = require linterPath+"/lib/linter"
0 commit comments