@tylergaffaney/eslint-config-typescript-react

0.2.6 • Public • Published

Personal configs

Credit: Forked from ntnyq

EsLint config for React.js and TypeScript

Usage

Install

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

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

    extends: ['@tylergaffaney/typescript-react'],

    rules: {
        // Override rules
    },
}

in package.json

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

Package Sidebar

Install

npm i @tylergaffaney/eslint-config-typescript-react

Weekly Downloads

0

Version

0.2.6

License

MIT

Unpacked Size

2.61 kB

Total Files

4

Last publish

Collaborators

  • tylergaffaneypersonal