1.0.7 • Published 8 years ago
eslint-config-entoj v1.0.7
Entoj Shareable ESLint Config
Shareable eslint config for the entoj project.
Install
yarn add eslint-config-entoj --devUsage
The eslint shareable configs can be used with the extends feature of .eslintrc files.
Learn more about shareable configs on the official ESLint website.
To use the Entoj shareable config, first install it and then, add this to your .eslintrc.yml file:
extends: entojNote: You can omit the eslint-config- prefix since it is automatically assumed by ESLint.
You can override settings from the shareable config by adding them directly into your
.eslintrc.yml file.
Learn more
For the full listing of rules visit the wiki.
License
MIT. Copyright © Pascal Iske.