Skip to content

Commit

Permalink
Update dtslint (#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jun 2, 2020
1 parent 019b279 commit d10cf6c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
21 changes: 6 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"cspell": "4.0.63",
"dtslint": "3.6.9",
"dtslint": "3.6.10",
"eslint": "7.1.0",
"eslint-plugin-flowtype": "5.1.3",
"eslint-plugin-graphql-internal": "file:./resources/eslint-rules",
Expand Down
4 changes: 1 addition & 3 deletions src/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"extends": "dtslint/dtslint.json",
"rules": {
"array-type": false,
"strict-export-declare-modifiers": false,
"no-unnecessary-generics": false,
"void-return": false
"strict-export-declare-modifiers": false
}
}

0 comments on commit d10cf6c

Please sign in to comment.