Skip to content

Commit

Permalink
chore(eslint): ignore packages dir (#4963)
Browse files Browse the repository at this point in the history
Summary

build-dist generates a packages/lockfile/index.js file that eslint should ignore.

Test plan

Run yarn build-dist, then yarn lint, and expect not to see a ton of errors.
  • Loading branch information
rhendric authored and kaylieEB committed Nov 27, 2017
1 parent f69cdda commit ddf2f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ scripts
updates
artifacts
dist
packages

0 comments on commit ddf2f9a

Please sign in to comment.