Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
txs committed Apr 3, 2022
1 parent 28cc3e3 commit 305a476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ module.exports = {
}
},
rules: {
'react/prop-types': 'off'
'react/prop-types': 'off',
'space-before-function-paren': 0
},
globals: {
React: true
Expand Down

0 comments on commit 305a476

Please sign in to comment.