2.0.0 • Published 7 years ago

@moovly/eslint-config-moovly v2.0.0

Weekly downloads
-
License
private
Repository
-
Last release
7 years ago

installation

  1. 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"
)
  1. Create an .eslintrc file at the root of your repo.
{
    "extends": "@moovly/eslint-config-moovly"
}
2.0.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.13

7 years ago

1.2.12

7 years ago