Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Prepared 6.0.0-beta release (#647)
Browse files Browse the repository at this point in the history
* Prepared 6.0.0-beta0 release

* Removed weird README.md garbage

* Switched to beta, not beta0, beta.0, or beta.1

* Removed version number
  • Loading branch information
Josh Goldberg authored Nov 6, 2018
1 parent 38c8f1d commit 02b8bc8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ npm install tslint-microsoft-contrib --save-dev

## TSLint and corresponding tslint-microsoft-contrib version

| TSLint version | tslint-microsoft-contrib version |
| -------------- | --------------------------------------------- |
| **>= 5.x** | 5.x (supporting TypeScript 2.3.x, >=2.4, 3.x) |
| **>= 4.x** | 4.x (supporting TypeScript 2.1.x) |
| **>= 3.2.x** | 2.x |
| **3.1.x** | unsupported |
| **3.0.x** | unsupported |
| **2.x** | 1.x |
| TSLint version | tslint-microsoft-contrib version |
| -------------- | ----------------------------------------------------- |
| **>= 5.x** | 5.x and 6.x (supporting TypeScript 2.3.x, >=2.4, 3.x) |
| **>= 4.x** | 4.x (supporting TypeScript 2.1.x) |
| **>= 3.2.x** | 2.x |
| **3.1.x** | unsupported |
| **3.0.x** | unsupported |
| **2.x** | 1.x |

## Configuration

Expand Down Expand Up @@ -150,7 +150,9 @@ We recommend you specify exact versions of lint libraries, including `tslint-mic
Enforces that comments do more than just reiterate names of objects.
Either be informative with comments or don't include a comment.
You can override the default list of "useless" words ignored by the comment checker like <code>"informative-docs": [true, { "useless-words": ["a", "an", "the", "text" ] } ]</code>.
You can indicate words as synonyms (aliases) of each other like <code>"informative-docs": [true, { "aliases": { text: ["emoji", "smiley"] } ]</code>.</td>
You can indicate words as synonyms (aliases) of each other like <code>"informative-docs": [true, { "aliases": { text: ["emoji", "smiley"] } ]</code>.
</td>
<td>6.0.0-beta</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -741,7 +743,7 @@ We recommend you specify exact versions of lint libraries, including `tslint-mic
For security reasons, it may be best to only pass string literals as filesystem paths.
Otherwise, it may be possible for an attacker to read and write arbitrary files on your system through path traversal attacks.
</td>
<td>5.2.2</td>
<td>6.0.0-beta</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -896,7 +898,7 @@ We recommend you specify exact versions of lint libraries, including `tslint-mic
<li><a href="https://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-specific">WCAG 11.5</a></li>
</ul>
</td>
<td>5.2.3</td>
<td>6.0.0-beta</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -930,7 +932,7 @@ We recommend you specify exact versions of lint libraries, including `tslint-mic
<td>
For accessibility of your website, enforce usage of onBlur over onChange on select menus.
</td>
<td>5.2.3</td>
<td>6.0.0-beta</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -964,7 +966,7 @@ We recommend you specify exact versions of lint libraries, including `tslint-mic
<li><a href="http://www.clarissapeterson.com/2012/11/html5-accessibility/">Acessibility in HTML5</a></li>
</ul>
</td>
<td>5.2.11</td>
<td>6.0.0-beta</td>
</tr>
<tr>
<td>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tslint-microsoft-contrib",
"version": "5.2.1",
"version": "6.0.0-beta",
"description": "TSLint Rules for Microsoft",
"repository": {
"type": "git",
Expand Down

0 comments on commit 02b8bc8

Please sign in to comment.