Socket
Book a DemoInstallSign in
Socket

@drmikecrowe/eslint-config-prettier-typescript-react

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drmikecrowe/eslint-config-prettier-typescript-react

drmikecrowe eslint config for TypeScript and React.js with Prettier

latest
Source
npmnpm
Version
0.3.13
Version published
Maintainers
1
Created
Source

Personal configs

Credit: Forked from ntnyq

EsLint config for React.js and TypeScript with Prettier

Usage

Install

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

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

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

    rules: {
        // Override rules
    },
}

in package.json

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

Keywords

drmikecrowe

FAQs

Package last updated on 06 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts