1.0.1 • Published 1 year ago

eslint-plugin-instawork v1.0.1

Weekly downloads
251
License
MIT
Repository
github
Last release
1 year 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