From 11e8cf463008c6b27fa17fb048e9732f210490a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B3th=20Bence?= Date: Fri, 28 Jan 2022 22:17:34 +0100 Subject: [PATCH] Add ESLint resources * Update 101-eslint.md * Update 101-eslint.md Co-authored-by: Kamran Ahmed --- .../110-build-tools/102-linters-formatters/101-eslint.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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