so we don't put testing-library preset here.extends:['airbnb','plugin:prettier/recommended'],// 2) We load other plugins than eslint-plugin-testing-library globally if we want to.plugins:['react-hooks'],override
ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library - testing-library/eslint-plugin-testing-library
此插件与 Testing Library 系列工具(如 React Testing Library、Angular Testing Library 等)紧密集成,为开发者提供了额外的保障,以确保测试代码的健壮性和可维护性。 ### 1.2 插件的主要功能 eslint-plugin-testing-library 的主要功能包括但不限于以下几个方面: - **遵循最佳实践**:该插件内置了一系列规则,这些...
Install eslint-plugin-testing-library#19010 New issue OpenDescription adamalston opened on Apr 2, 2025No description provided.Metadata AssigneesNo one assigned Labels status: needs triage 🕵️♀️ TypeNo type Projects Design System Status No status MilestoneNo milestone RelationshipsNone yet ...
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.4.0 to 7.0.0. - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-...
@testing-library/dom,@testing-library/react, perhaps others What category of rule is this? Warns about a potential error Optional: other category of rule No response Code examples import{configure}from'@testing-library/react'test('some test',()=>{// FAIL:configure({reactStrictMode:true})// ...
Bumps @typescript-eslint/eslint-plugin from 8.24.0 to 8.24.1. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.24.1 8.24.1 (2025-02-17) 🩹 Fixes deps: update eslint mon...
eslint rules for use with jest-dom. Contribute to testing-library/eslint-plugin-jest-dom development by creating an account on GitHub.