Showing results for "rule"
lesson
How to Test Custom ESLint Linting Rules With ASTPractical Abstract Syntax TreesTesting custom ESLint linting rules to verify they work as expected
lesson
no-await-sync-query ruleMaster Testing Library with ESLint PluginUnderstanding the errors reported by the rule `no-await-sync-query`
lesson
prefer-screen-queries ruleMaster Testing Library with ESLint PluginUnderstanding the errors reported by the rule `prefer-screen-queries`
lesson
no-manual-cleanup ruleMaster Testing Library with ESLint PluginUnderstanding the errors reported by the rule `no-manual-cleanup`
lesson
React Hooks - Understanding The Basic Rules and BenefitsThe newline Guide to Modernizing an Enterprise React AppLearn about the motivation behind React Hooks, the benefits it can bring, and the rules that apply to all Hooks in a React application.
lesson
How to Use ESLint to Create AST Rules With Babel TraversePractical Abstract Syntax TreesUse ESLint to create the same linting rule for the code with less boilerplate
lesson
How to Ensure Codebase is Up to Date With Linting RulesPractical Abstract Syntax TreesImplement a linting rule to prevent the code we just transformed from being reintroduced in the future