0.0.4 • Published 4 years ago

@workwithizzi/eslint-config-react v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

ESLint Config for React

Setup

  • Install the package from npm: - With npm: npm i --save-dev @workwithizzi/eslint-config-react - With yarn: yarn add -D @workwithizzi/eslint-config-react

  • Create a .eslintrc.js or .eslintrc file in your project root and extend this package

      module.exports = {
        extends: "@workwithizzi/eslint-config-react",
        // Overide your eslint rules below.
        // rules: {},
      }