@afyadigital/eslint-config-base
v2.0.0
Published
eslint base configs
Downloads
15
Readme
@afyadigital/eslint-config-base
This package provides eslint base configuration for typescript projects.
Usage
prettier
andeslint
are peer dependencies, make sure they are installed on your project before installing the eslint base config
Install the package:
yarn add -D @afyadigital/eslint-config-base
Add it to your
.eslintrc
configuration file:{ extends: ["@afyadigital/eslint-config-base"] ... }
For more information about eslint
configuration, please check the Eslint Shareable Configs.