eslint-config-lcy-react

eslint config for react projects

Usage no npm install needed!

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

README

eslint-config-lcy-react

A set of opinionated ESLint (http://eslint.org) rules (all rules included) tailored for React projects

Usage

  • npm install --save-dev eslint-config-lcy-react
  • create a file named .eslintrc in your project:
{
  "extends": "lcy-react"
  // Your overrides...
}

License

MIT