Skip to content

Commit

Permalink
feature: Component extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
linround committed Mar 20, 2024
1 parent 08a963f commit 9e02f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
plugins: ['react-refresh'],
rules: {
"@typescript-eslint/no-explicit-any": ["off"],
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
Expand Down
2 changes: 1 addition & 1 deletion src/type/common.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export interface AnyObject {
[key: string]: unknown
[key: string]: any
}

0 comments on commit 9e02f7d

Please sign in to comment.