Skip to content

Commit

Permalink
test(eslint): Fix JSX not being linted (#2358)
Browse files Browse the repository at this point in the history
Change-Type: patch
  • Loading branch information
jhermsmeier authored and Shou committed May 21, 2018
1 parent 4a239cc commit d9a7730
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 @@ -11,6 +11,8 @@ plugins:
extends: 'standard'
parserOptions:
sourceType: 'script'
ecmaFeatures:
jsx: true
settings:
jsdoc:
additionalTagNames:
Expand Down

0 comments on commit d9a7730

Please sign in to comment.