Skip to content

Commit

Permalink
modals working with bootstrap-react
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Nov 21, 2023
1 parent 4f93dd9 commit d5986da
Show file tree
Hide file tree
Showing 19 changed files with 322 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
plugins: ['react', '@typescript-eslint', 'react-refresh', 'simple-import-sort'],
rules: {
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
'react-refresh/only-export-components': 'off', // how much effect does this have?
'@typescript-eslint/no-explicit-any': 'off',
'no-use-before-define': 'off',
'import/order': [
Expand Down
228 changes: 216 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d5986da

Please sign in to comment.