Skip to content

Commit

Permalink
feat(ESLint): allow identifiex prefixed with _
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafalzetti committed Nov 18, 2018
1 parent 84cd6ff commit 7101941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ plugins:
- jest
env:
jest/globals: true
rules:
no-underscore-dangle: 0

0 comments on commit 7101941

Please sign in to comment.