Skip to content

Commit

Permalink
Clarify blog post text
Browse files Browse the repository at this point in the history
  • Loading branch information
nchen63 authored Nov 19, 2016
1 parent 273f160 commit c76559e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/_posts/2016-11-17-new-for-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ TSLint 4.0 has been released! With this release comes a few exciting [changes][0
* [semicolon][7]
* [trailing-comma][8]


* **Linting `.js` files**. *A much-requested feature from our community*. Simplify your toolset by running the same rules you know and love on your .js and .jsx files. Just add a `jsRules` [section][9] to your `tslint.json` file, and TSLint will your JavaScript files.

* **TypeScript 2.0+ required**. This lets us deprecate/remove rules that are checked by the compiler. These rules now cause compilation errors:
* **TypeScript 2.0+ required**. This lets us deprecate/remove rules that are checked by the compiler. Problematic code that once violated these rules now cause compilation errors in `tsc`:
* no-duplicate-key
* no-unreachable
* no-unused-variable


* **Node.js API Change**. [Moved and renamed][11] some things to make more sense. Get it all when you use `import * as TSLint from "tslint"`.

* **[Recommended Rules Updated][12]**
Expand All @@ -36,6 +38,7 @@ TSLint 4.0 has been released! With this release comes a few exciting [changes][0
* [ordered-imports][21]
* [prefer-for-of][22]


* **Other rules you might find handy**:
* [completed-docs][23]
* [cyclomatic-complexity][24]
Expand Down

0 comments on commit c76559e

Please sign in to comment.