Skip to content

kien5436/eslint-config-pk

Repository files navigation

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

About

My favorite config for eslint

Resources

License

Stars

Watchers

Forks