2.0.0 • Published 2 years ago
@afyadigital/eslint-config-base v2.0.0
@afyadigital/eslint-config-base
This package provides eslint base configuration for typescript projects.
Usage
prettierandeslintare 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-baseAdd it to your
.eslintrcconfiguration file:{ extends: ["@afyadigital/eslint-config-base"] ... }
For more information about eslint configuration, please check the Eslint Shareable Configs.