eslint-config-oc
v2.0.1
Published
OC's ESLint config, following our styleguide
Maintainers
Readme
Open Component ESLint config
Usage
Add dependencies:
npm install --save-dev eslint-config-oc eslint eslint-plugin-jsx-a11y eslint-plugin-import eslint-plugin-reactCreate
.eslintrc.jswith following contents in the root folder of your project:module.exports = { extends: ['eslint-config-oc'], };Create
.prettierrc.jswith following contents in the root folder of your project:module.exports = require('eslint-config-oc/prettierrc');
