Skip to content

Commit

Permalink
Updated content generation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Dec 18, 2023
1 parent 32859ae commit 64c7068
Show file tree
Hide file tree
Showing 5 changed files with 799 additions and 153 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ module.exports = {
'no-empty-function': 0,
'no-prototype-builtins': 0,
'no-mixed-operators': 0,
'no-console': 0,
'global-require': 0,
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'error',
'spaced-comment': [1, 'always', { markers: ['/'] }],
Expand Down
Loading

0 comments on commit 64c7068

Please sign in to comment.