1.2.0 • Published 4 years ago

@slack-wrench/eslint-config v1.2.0

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

Slack 🔧 Wrench

Greenkeeper badge

Tools to help build and test Slack applications.

Contributing

Our packages are written in Typescript, we use lerna and yarn to manage dependencies. You'll need to have yarn installed to develop these packages. Then you can fetch dependencies with:

yarn install

We use pre-commit to share git pre-commit hooks. You'll need to install it and set it up for our repo with:

pre-commit install