Huynh Duc Duy
Huynh Duc Duy
## Description - Current implementation only makes use of the dynamic validation (aka `ValueCheck`) of `TypeBox` but not its `TypeCompiler` (a high-performance JIT) which is a killer feature, especially when...
According to [Mdn Web Docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label), `button` is one of the elements that can be associated with `label` This PR add `button` to the list.
## Description - Role `none` introduced as a synonym to `presentation` role, thus must have the same configuration as `presentation` role. - Based on [DPub-ARIA 1.1](https://www.w3.org/TR/dpub-aria-1.1/#doc-pullquote), role `doc-pullquote` incorrectedly have...
Rules should not accept unstable values created with function. For example: This should be considered warnings, but currently not: ```js function bar() { return {} // can be objects, arrays,...
- Support ignore specific components, specific components imported from sources, or all components imported from sources - Close #67
`jsx-no-new-object-as-prop` should not accept any built-in objects or custom objects. For example: This should be considered warnings, but currently not: ```js class Bar {} function Component() { const foo =...
Following the same principles, we should have 4 rules with the same characteristics as the current ones, but instead of validating jsx prop, they validate parameters passed to custom hooks....
- Close #43
Reference: https://github.com/starkware-libs/starknet-specs/blob/master/wallet-api/wallet_rpc.json#L48-L90 https://github.com/starknet-io/types-js/pull/36 I think `wallet_getPermissions` method doesn't need the `Empty array` value at all, since we already have `PERMISSION`, and by default empty `PERMISSION` array will mean `locked` or...