Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
- Rename functions
- Update README
- Add 'wrapStaticHook'
- Add 'wrapDynamicHook'
- Add 'useForceUpdate'
- Add 'useState'
  • Loading branch information
VerZsuT committed Dec 28, 2022
1 parent 8f45594 commit 4ce7eec
Show file tree
Hide file tree
Showing 8 changed files with 593 additions and 372 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"camelcase": ["warn", { "properties": "always" }],
"jsx-quotes": ["error", "prefer-single"],
"indent": ["error", 2],
"no-empty-function": "warn",
"no-extra-bind": "warn",
"no-extra-label": "warn",
"no-invalid-this": "warn",
Expand Down Expand Up @@ -90,6 +89,7 @@
"caseInsensitive": true
}
}],
"no-empty-function": "off",
"import/namespace": "off",
"import/no-unresolved": "off",
"react/react-in-jsx-scope": "off",
Expand All @@ -101,6 +101,7 @@
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/consistent-type-imports": "warn",
"@typescript-eslint/no-unused-vars": ["warn", { "vars": "all", "args": "after-used", "varsIgnorePattern": "_+" }]
}
Expand Down
Loading

0 comments on commit 4ce7eec

Please sign in to comment.