Skip to content

Commit

Permalink
update only-arrow-functions rule
Browse files Browse the repository at this point in the history
  • Loading branch information
nodece committed Apr 17, 2019
1 parent babbd8b commit 7c67f72
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 @@ -5,6 +5,7 @@
],
"jsRules": {},
"rules": {
"only-arrow-functions": false,
"max-classes-per-file": false,
"interface-name": false,
"no-console": [false],
Expand All @@ -18,4 +19,4 @@
"max-line-length": false
},
"rulesDirectory": []
}
}

0 comments on commit 7c67f72

Please sign in to comment.