Skip to content

Commit

Permalink
Exclude generated js from tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectmak committed Jun 24, 2019
1 parent 6dc45f7 commit afe8d20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"extends": ["tslint:recommended", "tslint-config-prettier"],
"linterOptions": {
"exclude": [
"lib/__generated__/*.js"
]
},
"rules": {
"interface-name" : [true, "never-prefix"],
"max-classes-per-file": [false]
Expand Down

0 comments on commit afe8d20

Please sign in to comment.