Skip to content

Commit

Permalink
Fix eslint problem for 35c0baa
Browse files Browse the repository at this point in the history
  • Loading branch information
Doma committed May 17, 2019
1 parent 35c0baa commit cf8a968
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"extends": ["dtslint/dtslint.json"],
"jsRules": {},
"rules": {
"file-name-casing": false
"file-name-casing": false,
"no-unnecessary-generics": false
}
}

0 comments on commit cf8a968

Please sign in to comment.