@skan-io/eslint-config-react

React eslint config for ecma script standard (stage 2)

Usage no npm install needed!

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

README

eslint-config-react

React eslint config for ecma script standard (stage 2)

Usage

npm i -D @skan-io/eslint-config-react

In .eslintrc:

root: true

extends:
  - '@skan-io/eslint-config-react'

NOTE: may need to restart your editor for config to take effect