1.0.4 • Published 3 years ago

@reactway/eslint-config v1.0.4

Weekly downloads
30
License
MIT
Repository
-
Last release
3 years ago

@reactway/eslint-config

Reactway's ESLint guidelines for TypeScript projects.

Get started

npm install @reactway/eslint-config -D

How to use?

Create config file in project root folder .eslintrc.json.

Node projects

{
    "extends": ["@reactway"]
}

React projects

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

License

Released under the MIT license.