Riva Junior
Riva Junior
I've searched by `TODO: enable` to see what could be already enabled, based on the comment below de rule. Since `^6.8.0 || ^7.2.0` are already supported. Features added before those...
The airbnb-base/legacy configuration [is inheriting](https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/legacy.js#L7) `no-restricted-globals` from [variables configuration file](https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/rules/variables.js#L19). But this rule is set to enforce the use of `Number.isFinite` and `Number.isNaN` witch are ES6 features and [not compatible...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal Change threshold value from `.03928` to `.04045`...
### Which package(s) are affected? React (@lit-labs/react) ### Description I am currently experiencing a problem with a component's conditional rendering. During the first render, the component features a property with...
**What**: - remove duplicated eslintConfig - add pnpm-lock.yaml to .gitignore - Use the recommended eslint config filename with extension **Why**: Having a duplicated eslint can confuse maintainers **How**: **Checklist**: -...
**What**: The link to the repository is outdated. **Why**: The repository has moved from kentcdodds to testing-library account **How**: **Checklist**: - [x] Documentation - [x] Tests - [x] Ready to...
@tanstack/eslint-plugin-query is currently setting the dependency for @typescript-eslint/utils to use v8.0.0-alpha.30. As typescript-eslint has released the stable v8, this project could use @typescript-eslint/rule-tester and @typescript-eslint/utils with version ^8.3.0, requiring the...
For our official CircleCI Docker Convenience Image support policy, please see [CircleCI docs](https://circleci.com/docs/convenience-images-support-policy). This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images. --- **Describe the...
### What rule do you want to change? no-duplicate-imports ### What change do you want to make? Generate fewer warnings ### How do you think the change should be implemented?...