Skip to content

Commit a027dcf

Browse files
author
steelbrain
committed
🔥 Remove old linter docs from CONTRIBUTING.md
1 parent 60cd635 commit a027dcf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ The TypeScript Language service docs: https://github.com/Microsoft/TypeScript/wi
9999

100100
## Showing errors in atom
101101
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"
107-
```
108102
Just look at `linter.ts` in our code.
109103

110104
## Grammar

0 commit comments

Comments
 (0)