0.2.0 • Published 3 years ago

eslint-config-stax v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm version

eslint-config-stax

A simple, pleasant set ESLint rules for your project: install a single NPM package, add it to your .eslintrc, and you'll be all set.

This plugin exposes the ESLint configuration used by Create React App without the need of declaring all its dependencies. Use it if you need a simple and tested ESLint configuration but you don't want to install a bunch of dependencies. It also works in React Native out of the box.

Setup

  1. Install it using npm: npm install -D eslint eslint-config-stax.
  2. Extend stax in your .eslintrc.

Example .eslintrc:

{
  "extends": ["stax"]
}
  1. You're done!