2.0.1 • Published 4 years ago

eslint-config-oc v2.0.1

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

Open Component ESLint config

Usage

  1. Add dependencies:

    npm install --save-dev eslint-config-oc eslint eslint-plugin-jsx-a11y eslint-plugin-import eslint-plugin-react
  2. Create .eslintrc.js with following contents in the root folder of your project:

    module.exports = {
      extends: ['eslint-config-oc'],
    };
  3. Create .prettierrc.js with following contents in the root folder of your project:

    module.exports = require('eslint-config-oc/prettierrc');