@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"
    }
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.5.81latest

Version History

VersionDownloads (Last 7 Days)Published
0.5.81
0.5.71
0.5.51
0.5.31
0.5.21
0.5.11
0.5.01
0.4.01
0.3.01
0.2.01
0.1.11
0.1.01
0.0.111
0.0.101
0.0.91
0.0.81
0.0.71
0.0.61
0.0.51
0.0.41
0.0.31
0.0.21

Package Sidebar

Install

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

Weekly Downloads

22

Version

0.5.8

License

MIT

Unpacked Size

1.71 kB

Total Files

3

Last publish

Collaborators

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