Detect Errors in your Javascript Code with ESLint

Опубликовано: 12 Октябрь 2024
на канале: iEatWebsites
8,739
112

In this video I will show you how to install ESLint on VS Code to detect errors and how to enable or disable rules. We will be using the ESLint config from airbnb.

Install NodeJS: https://nodejs.org

Install ESLint: https://eslint.org/docs/user-guide/ge...

ESLint rules: https://eslint.org/docs/rules/

ESLint airbnb config base: https://www.npmjs.com/package/eslint-...

ESLint airbnb style guide: https://github.com/airbnb/javascript