standard / eslint-config-standard

ESLint Config for JavaScript Standard Style

Home Page:https://standardjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what's the main difference between eslint-config-standard and standard package ?

craigcosmo opened this issue · comments

what's the main difference between eslint-config-standard and standard package ?

eslint-config-standard is the raw eslint config which you can import into your own eslint settings whereas standard is a standalone self-contained tool built on top of eslint-config-standard.

The two provide the exact same function but through two different approaches.

Closing for now a month later, feel free to comment here again if you have any further questions 🙏