Skip to content

Commit

Permalink
Ignore dist dir when linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cinaglia committed Feb 20, 2017
1 parent e7740a4 commit ea3c60c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,10 @@
"standard": "^8.6.0",
"tape": "^4.6.3",
"watchify": "^3.9.0"
},
"standard": {
"ignore": [
"dist/"
]
}
}

0 comments on commit ea3c60c

Please sign in to comment.