1.1.0 • Published 4 years ago

@bookmate/eslint-config-bookmate-react v1.1.0

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

eslint-config-bookmate-react

Bookmate's base eslint config for React apps

Usage

Install module via NPM or yarn:

npm install @bookmate/eslint-config-bookmate-react yarn add @bookmate/eslint-config-bookmate-react

Create a similar .eslintrc.js file in the root of your project:

require('@bookmate/eslint-config-bookmate-react/patch');

module.exports = {
  extends: ['@bookmate/eslint-config-bookmate-react'],
  // Extend the base config as much as you wish
};