1.0.1 • Published 8 years ago

eslint-config-iansinnott v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

ESLint Config

An ESLint config for use with the latest ESNext features, React and Flow

Quick Install

yarn add --dev eslint eslint-config-iansinnott eslint-plugin-react eslint-plugin-flowtype babel-eslint
echo '{"extends": ["iansinnott"]}' > .eslintrc

Usage with NPM

If you haven't checked out Yarn yet I would highly recommended, but this config works perfectly with NPM:

npm install --save-dev eslint eslint-config-iansinnott eslint-plugin-react eslint-plugin-flowtype babel-eslint

Then create a new .eslintrc which extends trustar:

{
  "extends": ["iansinnott"]
}

That's all!