2.0.0 • Published 5 years ago

eslint-config-infinity v2.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

REDACTED ESLint JavaScript Code Style

This is a sharable ESLint configuration. You can learn more about them here.

Use

In your .eslintrc.json file for your project, have the following:

{
  "extends": "infinity"
}

Dependencies

This requires eslint-plugin-standard and eslint-config-standard, and therefore has transitive peer dependencies. Pay attention to the warnings when installing. Install those modules as well. When running ESLint, that will bomb out if you don't have all the dependencies installed. Read the error messages and install the required dependencies. Yes it's annoying, but it's the way plugins are supposed to work.