0.1.1 • Published 5 years ago

eslint-config-standardpress v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

eslint-config-standardpress

npm version travis-ci build status appveyor build status

ESLint shareable config by StandardPress.

Installation

install-peerdeps

Install with install-peerdeps:

npx install-peerdeps --dev eslint-config-standardpress

npm

Install with npm:

npm install --save-dev eslint-config-standardpress

Next, install the correct versions of each package, which are listed by the command:

npm info "eslint-config-standardpress@latest" peerDependencies

Usage

Extend ESLint config with standardpress.

{
  "extends": "standardpress"
}

License

eslint-config-standardpress is released under the MIT license. See LICENSE for details.