@sanv/eslint-config-react

2.0.3 • Public • Published

Eslint React Configuration

npm version

  1. Install the correct version of package, which are listed by the command:
npm install "@sanv/eslint-config-react" --save-dev
  1. Add next line to your .eslintrc.js:
module.exports = {
  plugins: ['prettier', 'react', 'jsx-a11y'],
  extends: [
    '@sanv/eslint-config-react',
    'plugin:prettier/recommended',
    'prettier/react',
  ],
}

Dependencies (12)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @sanv/eslint-config-react

    Weekly Downloads

    1

    Version

    2.0.3

    License

    ISC

    Unpacked Size

    7.24 kB

    Total Files

    11

    Last publish

    Collaborators

    • sv92