-
Updated
Aug 21, 2020 - CSS
tslint
Here are 678 public repositories matching this topic...
-
Updated
Aug 26, 2020 - TypeScript
-
Updated
Aug 20, 2020 - TypeScript
-
Updated
Jul 21, 2020 - TypeScript
-
Updated
Jul 19, 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
Aug 24, 2020 - TypeScript
-
Updated
Jul 15, 2020 - TypeScript
-
Updated
Jul 17, 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
Jul 7, 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."
False positive when using array destructing on function arguments
Repro
run
yarn eslintwith the code