1.0.0-alpha.0 • Published 4 years ago

@typographist/eslint-config-base v1.0.0-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@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"
}