eslint-config-standardpress
v0.1.1
Published
ESLint shareable config by StandardPress.
Downloads
4
Maintainers
Readme
eslint-config-standardpress
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.