2.0.0 • Published 7 years ago
@moovly/eslint-config-moovly v2.0.0
installation
npm install --save-dev @moovly/eslint-config-moovly
(
export PKG=eslint-config-moovly;
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)
- Create an
.eslintrc
file at the root of your repo.
{
"extends": "@moovly/eslint-config-moovly"
}