@code-expert/eslint-config-typescript-react

0.5.8 • Public • Published

Personal configs

Credit: Forked from ntnyq

EsLint config for React.js and TypeScript

Usage

Install

$ npm i @code-expert/eslint-config-typescript-react -D
# OR
$ yarn add @code-expert/eslint-config-typescript-react -D

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

    extends: ['@code-expert/typescript-react'],

    rules: {
        // Override rules
    },
}

in package.json

{
    "eslintConfig": {
        "root": true,
        "extends": "@code-expert/typescript-react"
    }
}

Package Sidebar

Install

npm i @code-expert/eslint-config-typescript-react

Weekly Downloads

36

Version

0.5.8

License

MIT

Unpacked Size

1.71 kB

Total Files

3

Last publish

Collaborators

  • ammut
  • sdro
  • grossbart
  • cx-david-sichau