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

0.6.8 • Public • Published

Personal configs

Credit: Forked from ntnyq

EsLint config for React.js and TypeScript with Prettier

Usage

Install

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

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

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

    rules: {
        // Override rules
    },
}

in package.json

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

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

    Package Sidebar

    Install

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

    Weekly Downloads

    81

    Version

    0.6.8

    License

    MIT

    Unpacked Size

    1.62 kB

    Total Files

    3

    Last publish

    Collaborators

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