0.0.11 • Published 7 years ago

eslint-config-pitops v0.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

How to install

NPM or Yarn

npx install-peerdeps --dev eslint-config-pitops

Monorepo (lerna & yarn)

If you are in a monorepo then the procedure is a bit different.

npx install-peerdeps --dev eslint-config-pitops --extra-args -W

Usage

This package is broken down into submodules. Right now there are two sub-modules out of the box, one for React and one for Node

Use using the following

// .eslintrc.js

module.exports = {
    extends: [
        "pitops/react" // or "pitops/node"
    ]
}

Contributions

Are always welcome.

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago