-
Updated
Sep 21, 2020 - SCSS
tslint
Here are 680 public repositories matching this topic...
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Oct 6, 2020 - TypeScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
May 19, 2020 - Shell
-
Updated
Aug 18, 2020 - TypeScript
Missing jsx-space-before-trailing-slash
-
tslint-to-eslint-configversion: 1.0.0-beta -
typescript-eslintversion: 2.31.0
TSLint Rule Name
jsx-space-before-trailing-slash
Package Source
tslint-react: https://github.com/palantir/tslint-react (see #rules)
Equivalents for tslint-react rules generally live in [eslint-pl
TSLint version >= 2.9 seems to have deprecated no-unused-variable.
...the changes in 2.9 make it much more complex for this rule to work as intended, especially with respect to the ignorePattern option.
It looks like people should now just make sure that their tsconfig.json has the noUnusedLocals option enabled which covers most of what
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Apr 20, 2017 - JavaScript
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Oct 7, 2020 - TypeScript
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Mar 21, 2020 - TypeScript
-
Updated
Jun 15, 2017 - TypeScript
-
Updated
Oct 28, 2019 - JavaScript
-
Updated
Jun 1, 2020 - TypeScript
-
Updated
Nov 6, 2019 - TypeScript
-
Updated
Jul 8, 2019 - Java
-
Updated
Jun 14, 2017 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Apr 5, 2020 - JavaScript
Improve this page
Add a description, image, and links to the tslint topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tslint topic, visit your repo's landing page and select "manage topics."
The regex we use for detecting TypeScript directives was originally adapted from tslint. Since then (I think??) TypeScript has added multiline comment support for directives.
You can see