Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Ignore auto-gen'ed stuff for lint (#55)
Browse files Browse the repository at this point in the history
* ignore auto-gen'ed stuff for lint

* also ignore for flow
  • Loading branch information
lhorie authored Dec 8, 2018
1 parent ef96c9c commit ae436c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
flow-typed/*
node_modules/
templates/
templates/
test-artifacts/
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[ignore]
.*/node_modules/.*[^(package)]\.json$
.*/templates/.*
.*/test-artifacts/.*

[include]
./bin/
Expand Down

0 comments on commit ae436c9

Please sign in to comment.