Skip to content

Commit

Permalink
build(eslint): enable linting hidden folders (elastic#401)
Browse files Browse the repository at this point in the history
ESlint by default ignore folders with a name that start with a dot like .storybook and .playground.
This will un-ignore those folders allowing eslint capabilities on editor also on these folders.
  • Loading branch information
markov00 authored Oct 2, 2019
1 parent 1c8625f commit fd94b1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
!/.storybook
!/.playground

0 comments on commit fd94b1e

Please sign in to comment.