eslint-config-cobinhood

0.0.1 • Public • Published

eslint-config-cobinhood

eslint config

Usage

yarn add --dev https://github.com/cobinhood/eslint-config-cobinhood.git

Then, extend eslint-config-cobinhood in your .eslintrc:

// for webapp
{
  "extends": "eslint-config-cobinhood/browser"
}
 
// for node
{
  "extends": "eslint-config-cobinhood/node"
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i eslint-config-cobinhood

      Weekly Downloads

      0

      Version

      0.0.1

      License

      MIT

      Unpacked Size

      59.8 kB

      Total Files

      12

      Last publish

      Collaborators

      • cobinhood-dev