Introduction to ESLint - Software School (2024-04-04)

9 hours ago

Learn how to use the ESLint linter to analyze your NodeJS and JavaScript programming language source code and make it conform to your defined set of style requirements and rules.

You learn how to initialize a project to use the Node Package Manager (NPM) to install the eslint third-party package as a development dependency.

The lecture demonstrates with some source code intentionally made in unusual styles that you would like to avoid.

You learn how to change the setting of a specific ESLint rule to conform to your own style.

Loading comments...