eslint-config-ezze-react

ESLint configuration with React and JSX support

Usage no npm install needed!

<script type="module">
  import eslintConfigEzzeReact from 'https://cdn.skypack.dev/eslint-config-ezze-react';
</script>

README

eslint-config-ezze-react

Configuration for ESLint with React and JSX support.

Installation

npm install eslint eslint-plugin-react eslint-config-ezze-react @babel/eslint-parser --save-dev

Usage

Create .eslintrc.json file in your project and place the following there:

{
  "extends": "ezze-react"
}

See Shareable configs for more details.

Contribution

Before making a pull request, please, be sure that your changes are rebased to dev branch.

License

MIT