Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 30f05aa

Browse files
📘 add tslint and detect it as a linter
1 parent d91a5b0 commit 30f05aa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎data/source/linters.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,14 @@ module.exports = {
3535
name: "eslint",
3636
description: "These linters are powered by ESLint",
3737
},
38+
{
39+
name: "typescript",
40+
description: "Linter for TypeScript",
41+
},
3842
],
3943

4044
projects: [
45+
{ url: "https://github.com/palantir/tslint", tags: ["typescript"] },
4146
{
4247
url: "https://github.com/beautify-web/js-beautify",
4348
tags: ["js", "html", "autofix"],

‎data/source/react-starter-project-tags.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ module.exports = [
105105
"eslint-plugin-react",
106106
"gulp-eslint",
107107
"babel-eslint",
108+
"tslint",
108109
]),
109110
},
110111
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /