1.4.0 • Published 4 years ago

eslint-config-activepipe v1.4.0

Weekly downloads
22
License
ISC
Repository
github
Last release
4 years ago

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
1.4.0

4 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.3

6 years ago