Update README.md

This commit is contained in:
Yoni Goldberg
2017-12-15 00:25:07 +02:00
committed by GitHub
parent 562ddfc5ef
commit 22e3228e12

View File

@ -221,7 +221,7 @@
## ![✔] 3.1 Use ESLint
**TL;DR:** [ESLint](https://eslint.org) is the de-facto standard for checking possible code errors and fixing code style, not only to identify nitty-gritty spacing issues but also to detect serious code anti-patterns like developers throwing errors without classification. Though ESLint can automatically fix code styles, other tools are more powerful in formatting the result and can work in conjuction with ESLint
**TL;DR:** [ESLint](https://eslint.org) is the de-facto standard for checking possible code errors and fixing code style, not only to identify nitty-gritty spacing issues but also to detect serious code anti-patterns like developers throwing errors without classification. Though ESLint can automatically fix code styles, other tools are more powerful in formatting the result and work in conjuction with ESLint
**Otherwise:** Developers will focus on tedious spacing and line-width concerns and time might be wasted overthinking about the project's code style.