Skip to content

Commit

Permalink
Don't lint cypress files
Browse files Browse the repository at this point in the history
Every so often I get linter errors because of changes that cypress has made. This ought to put an end to that.
  • Loading branch information
noisysocks authored Nov 27, 2017
1 parent a432882 commit db0c31d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build
coverage
vendor
cypress
node_modules
vendor

0 comments on commit db0c31d

Please sign in to comment.