ESLint shareable config by StandardPress.
Install with install-peerdeps
:
npx install-peerdeps --dev eslint-config-standardpress
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
Extend ESLint config with standardpress
.
{
"extends": "standardpress"
}
eslint-config-standardpress is released under the MIT license. See LICENSE for details.