Skip to content

Commit

Permalink
Merge pull request #489 from fishbrain/develop
Browse files Browse the repository at this point in the history
Go Live
  • Loading branch information
lhansford authored Jan 5, 2024
2 parents 7ba6a34 + 5c00743 commit 2c34ec3
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 97 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
'react/jsx-max-props-per-line': ['warn', { when: 'multiline' }],
'react/no-render-return-value': 'off',
'react/prop-types': 'off', // No need for prop types with Typescript
'react/react-in-jsx-scope': 'off',
},
env: {
browser: true,
Expand Down
Loading

0 comments on commit 2c34ec3

Please sign in to comment.