@aryanjabbari/eslint-config
v2.0.0
Published
TypeScript ESLint config
Downloads
129
Readme
Eslint Config
Installation
yarn add @aryanjabbari/eslint-config
or
npm install @aryanjabbari/eslint-config
Usage
- Create an
.eslintrc.json
file in the root of your project - For Node projects, add:
{
"extends": ["@aryanjabbari/eslint-config"]
}
For React projects, add:
{
"extends": ["@aryanjabbari/eslint-config/react"]
}