Closed williamthorsen closed 2 years ago
Adds and configures linting tools for CSS, JavaScript, and HTML.
Installed and configured the following packages:
eslint
eslint-plugin-html
@html-eslint/eslint-plugin
stylelint
Purpose
Adds and configures linting tools for CSS, JavaScript, and HTML.
Changes made
Installed and configured the following packages:
eslint
to lint JavaScripteslint-plugin-html
to lint JavaScript in HTML files@html-eslint/eslint-plugin
to lint HTML filesstylelint
to lint CSS files