1.0.3 • Published 2 years ago

eslint-config-pk v1.0.3

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

eslint-config-pk

My eslint shareable config for common cases in JS

Installation

npm i -D eslint eslint-config-pk
# or
yarn add -D eslint eslint-config-pk

Usage

Extends this config as instructed in Eslint Configuration

// node
{
  "extends": "pk"
}
// browser
{
  "extends": "pk/eslint-browser"
}

License

MIT