diff --git a/content/roadmaps/100-frontend/content/110-build-tools/102-linters-formatters/101-eslint.md b/content/roadmaps/100-frontend/content/110-build-tools/102-linters-formatters/101-eslint.md index b1722fb4e..d86321d1b 100644 --- a/content/roadmaps/100-frontend/content/110-build-tools/102-linters-formatters/101-eslint.md +++ b/content/roadmaps/100-frontend/content/110-build-tools/102-linters-formatters/101-eslint.md @@ -1 +1,8 @@ -# Eslint \ No newline at end of file +# ESLint + +With ESLint you can impose the coding standard using a certain set of standalone rules. + +Free Content +ESLint Official Website +Introduction to ESLint +ESLint Quickstart - find errors automatically