Skip to content

Commit

Permalink
Eslint should ignore public/
Browse files Browse the repository at this point in the history
because it contains built storybook, and it will halt eslint
  • Loading branch information
MrOrz committed Sep 13, 2020
1 parent 5466e36 commit ce0e7d7
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 @@ -3,3 +3,4 @@ node_modules/*
.next
coverage
!.storybook
public/*

0 comments on commit ce0e7d7

Please sign in to comment.