eslint-config-stax

0.2.0 • Public • Published

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!

Package Sidebar

Install

npm i eslint-config-stax

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

6.45 kB

Total Files

4

Last publish

Collaborators

  • tundera