Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 573 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 573 Bytes

@typographist/eslint-config-base

  1. Install eslint
yarn add @typographist/eslint-config-base/eslint-config -D
  1. Install the correct versions of each package, which are listed by the command:
yarn info "@typographist/eslint-config-base/eslint-config" peerDependencies
  1. Install all dependecies:
npx install-peerdeps --dev @typographist/eslint-config-base/eslint-config
  1. Add next line to your .eslintrc or .eslintrc.js or .eslint.config.js:
{
  "extends": "@typographist/eslint-config-base/eslint-config"
}