2.0.0 • Published 12 months ago

@afyadigital/eslint-config-base v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@afyadigital/eslint-config-base

This package provides eslint base configuration for typescript projects.

Usage

prettier and eslint 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.