Explore all newline lessons
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
Intro to module 2Master Testing Library with ESLint PluginIntroduction to module 2 - Rules for following best practices
lesson
Using the plugin in a Create React App projectMaster Testing Library with ESLint PluginHow to take advantage of the plugin when working in a Create React App project
lesson
Migrating the plugin to v5Master Testing Library with ESLint PluginGuidelines to migrate from a previous version to the latest v5
lesson
Run the plugin only on test filesMaster Testing Library with ESLint PluginThe advanced config to lint only what's necessary
lesson
Setting the plugin up in your projectMaster Testing Library with ESLint PluginInstall and configure eslint-plugin-testing-library in your codebase
lesson
Integrating ESLint into your code editorMaster Testing Library with ESLint PluginGet instant feedback by setting ESLint in your code editor
lesson
Working with the provided sample codesMaster Testing Library with ESLint PluginIn this course we won't be building an app from scratch, but fixing existing examples and apps containing errors. We need to download and setup the provided sample codes to be able to work with them in the corresponding lessons.
lesson
Intro to module 1Master Testing Library with ESLint PluginIntroduction to module 1 - Plugin features and set up