This package has been deprecated

Author message:

use @guanghechen/eslint-config-jsx and @guanghechen/eslint-config-ts instead

@barusu-react/eslint-config

0.0.20 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @barusu-react/eslint-config

Weekly Downloads

2

Version

0.0.20

License

MIT

Unpacked Size

9.25 kB

Total Files

5

Last publish

Collaborators

  • lemonclown