@exeto/eslint-config-reactdeprecated

My ESLint config for React

Usage no npm install needed!

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

README

@exeto/eslint-config-react Peer Dependency Status

My ESLint config for React

THIS PACKAGE IS NO LONGER MAINTAINED

Install

$ npm install --save-dev \
  @exeto/eslint-config-react \
  eslint@^5.1.0 \
  eslint-plugin-react@^7.10.0

Usage

Add following in your .eslintrc:

"extends": "@exeto/react"

License

MIT © Timofey Dergachev