2.1.2 • Published 4 years ago

@sanv/eslint-config-tests v2.1.2

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

Eslint Tests Configuration

npm version

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