Skip to content

Commit

Permalink
feat: Remove no-restricted-syntax for JSX
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdev authored and jthomerson committed Jan 22, 2020
1 parent b5ab7a8 commit f380c41
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,17 +193,6 @@ module.exports = {
'DebuggerStatement',
'EmptyStatement',
'ForInStatement',
'JSXIdentifier',
'JSXNamespacedName',
'JSXMemberExpression',
'JSXEmptyExpression',
'JSXExpressionContainer',
'JSXElement',
'JSXClosingElement',
'JSXOpeningElement',
'JSXAttribute',
'JSXSpreadAttribute',
'JSXText',
'WithStatement',
'YieldExpression',
],
Expand Down

0 comments on commit f380c41

Please sign in to comment.