0.14.1 • Published 3 days ago

eslint-plugin-instawork v0.14.1

Weekly downloads
251
License
MIT
Repository
github
Last release
3 days ago

eslint-plugin-instawork

ESLint plugin with opinionated rules used on Instawork mobile apps and libraries.

Quickstart

.eslintrc.js

{
  extends: ['instawork']
}

Tests

$ yarn && yarn test