1.0.2 • Published 2 years ago

@gregalexsmith/eslint-config v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

npm (scoped)

@gregalexsmith/eslint-config

An eslint configuration for react & typescript projects

Getting started

Install

npm i -D @gregalexsmith/eslint-config

Create an .eslintrc.json file with:

{
    "extends": [
        "@gregalexsmith/eslint-config"
    ]
}

Add an .eslintignore file with project-specific settings - here's an example:

build/
node_modules/
.yalc/