Skip to content

Commit

Permalink
feat: add header, hide empty components
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Apr 2, 2024
1 parent 1fe41cf commit 668e546
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 9,955 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ module.exports = {
parser: '@typescript-eslint/parser',
plugins: ['react', 'react-hooks', '@typescript-eslint', 'deprecation'],
rules: {
'import/no-unused-modules': 'off',
'@typescript-eslint/no-floating-promises': ['warn'],
'@typescript-eslint/no-unnecessary-type-assertion': ['warn'],
'@typescript-eslint/no-unused-vars': ['error'],
'@typescript-eslint/no-unused-vars': ['warn'],
'@typescript-eslint/no-unsafe-assignment': [0],
'@typescript-eslint/no-unsafe-return': [0],
'@typescript-eslint/no-unsafe-call': [0],
Expand Down
175 changes: 0 additions & 175 deletions github-actions.patch

This file was deleted.

Loading

0 comments on commit 668e546

Please sign in to comment.