0.5.6 • Published 8 months ago

@agilebot/eslint-config v0.5.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@agilebot/eslint-config

npm

Usage

npm install --save-dev eslint \
  @agilebot/eslint-config
// .eslintrc.js
const { agilebot } = require('@agilebot/eslint-config');

module.exports = agilebot(__dirname);