Skip to content

Commit

Permalink
Remove deprecated tslint suppression
Browse files Browse the repository at this point in the history
TSLint is [deprecated since 2019](https://palantir.github.io/tslint/) and the de-factor successor `typescript-eslint` has [a rule banning the tslint comment](https://typescript-eslint.io/rules/ban-tslint-comment/).
  • Loading branch information
CaringDev committed Nov 12, 2024
1 parent 7d6df3a commit 6137f45
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/* tslint:disable */
/* eslint-disable */
// ReSharper disable InconsistentNaming
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// </auto-generated>
//----------------------

/* tslint:disable */
/* eslint-disable */
// ReSharper disable InconsistentNaming

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// </auto-generated>
//----------------------

/* tslint:disable */
/* eslint-disable */
// ReSharper disable InconsistentNaming

Expand Down

0 comments on commit 6137f45

Please sign in to comment.