@instabuy/eslint-config
v0.15.1
Published
This package provides a simple way to configure your Eslint configuration. This package already comes with Eslint dependencies and Prettier plugins so you don't have to worry about it. It also has optional React configuration.
Downloads
51
Readme
Instabuy Package Config
This package provides a simple way to configure your Eslint configuration. This package already comes with Eslint dependencies and Prettier plugins so you don't have to worry about it. It also has optional React configuration.
Installation
The installation is straightforward. Just run the following command to install Eslint configurations and dependencies.
npm install @instabuy/eslint-config --save-dev
Usage
Configure Eslint configuration file.
a) If you just want the basic Typescript configuration, add the following line to your
.eslintrc.json
file.{ "extends": "@instabuy/eslint-config" }
b) If you want to use the React configuration, add the following line to your
.eslintrc.json
file.{ "extends": "@instabuy/eslint-config/react" }