Skip to content

Commit

Permalink
style(fix): exclude package.json from tslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
huafu committed Sep 19, 2018
1 parent 011b580 commit a18e919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tslint.json
Expand Up @@ -6,6 +6,7 @@
],
"linterOptions": {
"exclude": [
"package.json",
"dist/**/*",
"**/node_modules/**/*",
"e2e/__cases__/**/*"
Expand Down

0 comments on commit a18e919

Please sign in to comment.