Skip to content

Commit

Permalink
chore: update jsx check in eslint config
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 25, 2022
1 parent 3821ca4 commit f366f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.base.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const config = {
globals: {
Chai: 'readonly',
Console: 'readonly',
JSX: 'readonly',
JSX: jsx ? 'readonly' : false,
LoadHook: 'readonly',
LoadHookContext: 'readonly',
LoadHookResult: 'readonly',
Expand Down

0 comments on commit f366f2f

Please sign in to comment.