forked from palantir/tslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- sync with changes made to gh-pages branch - Update release notes to note AbstractWalker
- Loading branch information
Showing
9 changed files
with
49 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ typings/.basedir.ts | |
*.swp | ||
|
||
docs/_data/rules.json | ||
docs/rules/ | ||
docs/rules/*/index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
layout: page | ||
title: Rules | ||
permalink: /rules/ | ||
menu: main | ||
order: 2 | ||
--- | ||
<h3>TypeScript Specific</h3> | ||
<p><em>These rules find errors related to TypeScript features:</em></p> | ||
{% include rule_list.html ruleType="typescript" %} | ||
|
||
<h3>Functionality</h3> | ||
<p><em>These rules catch common errors in JS programming or otherwise confusing constructs that are prone to producing bugs:</em></p> | ||
{% include rule_list.html ruleType="functionality" %} | ||
|
||
<h3>Maintainability</h3> | ||
<p><em>These rules make code maintenance easier:</em></p> | ||
{% include rule_list.html ruleType="maintainability" %} | ||
|
||
<h3>Style</h3> | ||
<p><em>These rules enforce consistent style across your codebase:</em></p> | ||
{% include rule_list.html ruleType="style" %} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters