eslint-config-activepipe

1.4.0 • Public • Published

eslint-config-activepipe

Shared code formatting and quality configuration for use in all ActivePipe projects

what it does

  • Specifies eslint/prettier dependencies
  • Shared configuration for the above dependencies
  • Code quality rules for JS, JSX, etc

quick start

  1. npm install --save-dev this package's peerDepencies (see below)
  2. save module.exports = { extends: ['activepipe'] } to .eslintrc.js in your project root
  3. save module.exports = require('eslint-config-activepipe/prettierrc') to .prettierrc.js in your project root
  4. ?????
  5. profit and doors which go like this

installing peerDependencies

The following command will install (or update) this package's peer dependencies in your project:

npm info eslint-config-activepipe peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-activepipe

Weekly Downloads

0

Version

1.4.0

License

ISC

Unpacked Size

26.4 kB

Total Files

11

Last publish

Collaborators

  • chrisnankervis
  • grrowl
  • johnmcclumpha
  • nathmack