1.1.2 • Published 7 years ago

eslint-config-cyprex v1.1.2

Weekly downloads
22
License
-
Repository
github
Last release
7 years ago

ESLint Shared Configuration by Cyprex

Usage

  1. npm i --save-dev eslint eslint-config-cyprex babel-eslint eslint-plugin-flowtype
  2. Create the .eslintrc file at the root of your project:
    {
      "extends": "cyprex",
      // or if using React (dont forget to add eslint-plugin-react)
      "extends": "cyprex/react",
    }
  3. Add the lint script to your project:
    {
      "scripts": {
        "lint": "eslint --ext .js,.jsx ."
      }
    }
  4. Run npm run lint
1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago