This package has been deprecated

Author message:

WARNING: eslint-config-iansinnott has been deprecated. Plese use eslint-config-zen.

eslint-config-iansinnott

1.0.1 • Public • Published

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!

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-iansinnott

Weekly Downloads

5

Version

1.0.1

License

MIT

Last publish

Collaborators

  • ian_sinn