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

Commit

Permalink
Converted 16 rules to tslint --test (end of the alphabet) (#633)
Browse files Browse the repository at this point in the history
* Converted 16 rules to tslint --test (end of the alphabet)

* `no-unnecessary-bind`
* `no-unnecessary-field-initialization`
* `no-unnecessary-override`
* `no-uselessFiles`
* `no-var-self`
* `no-with-statementtests.ts`
* `non-literal-fs-path-rule-test.ts`
* `non-literal-require`
* `possible-timing-attack`
* `prefer-array-literal`
* `promise-must-complete`
* `react-tsx-curly-spacing`
* `underscore-consistent-invocation`
* `unnecessary-local-variable`
* `use-named-parameter`
* `valid-typeof`

* .travis.yml changes to fix endlines?

* How about .gitattributes?
  • Loading branch information
Josh Goldberg authored Nov 5, 2018
1 parent 39c7ce8 commit 63477f2
Show file tree
Hide file tree
Showing 63 changed files with 1,483 additions and 3,045 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*.csv eol=lf
*.js eol=lf
*.jsx eol=lf
*.lint eol=lf
*.ts eol=lf
*.tsx eol=lf
358 changes: 0 additions & 358 deletions src/tests/NoUnnecessaryBindRuleTests.ts

This file was deleted.

Loading

0 comments on commit 63477f2

Please sign in to comment.