1.1.3 • Published 1 month ago

eslint-config-bebop v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

eslint-config-bebop

Eslint config for React

Install

yarn add -D eslint-config-bebop

Usage

In your .eslintrc.js:

module.exports = {
  extends: ['bebop'],
  parserOptions: {
    project: './tsconfig.json',
  },
};

License

MIT