0.0.20 • Published 5 years ago

@barusu-react/eslint-config v0.0.20

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

npm version npm download npm license

Eslint config for typescript + react project.

Install

yarn add --dev @barusu-react/eslint-config

Usage

  • Use in .eslintrc.js
    module.exports = {
      root: true,
      extends: [
        '@barusu-react/eslint-config'
      ],
      parserOptions: {
        tsconfigRootDir: __dirname,
        project: './tsconfig.json'
      },
      rules: {
      }
    }

Examples