0.1.3 • Published 5 years ago

@practichem/eslint-config v0.1.3

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
5 years ago

Practichem ESLint Default Configuration

Installation

First run the following command to install the package and required peer dependencies. npm install --save-dev @practichem/eslint-config eslint prettier jest

Then add the the eslint.rc.yml configuration file with the following contents:

# eslint.rc.yml
extends:
  - "@practichem/eslint-config"

About

This ESLint configuration includes configurations from the following NPM packages:

  • eslint-config-airbnb-base
  • eslint-config-prettier
  • eslint-plugin-import
  • eslint-plugin-jest
  • eslint-plugin-prettier