Skip to content

Commit d10cf6c

Browse files
Update dtslint (#2602)
1 parent 019b279 commit d10cf6c

File tree

3 files changed

+8
-19
lines changed

3 files changed

+8
-19
lines changed

package-lock.json

Lines changed: 6 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"babel-eslint": "10.1.0",
5555
"chai": "4.2.0",
5656
"cspell": "4.0.63",
57-
"dtslint": "3.6.9",
57+
"dtslint": "3.6.10",
5858
"eslint": "7.1.0",
5959
"eslint-plugin-flowtype": "5.1.3",
6060
"eslint-plugin-graphql-internal": "file:./resources/eslint-rules",

src/tslint.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"extends": "dtslint/dtslint.json",
33
"rules": {
44
"array-type": false,
5-
"strict-export-declare-modifiers": false,
6-
"no-unnecessary-generics": false,
7-
"void-return": false
5+
"strict-export-declare-modifiers": false
86
}
97
}

0 commit comments

Comments
 (0)