eslint-config-wb-eslint

eslint config for vue.js projects


Keywords
eslint, vue
License
MIT
Install
npm install eslint-config-wb-eslint@1.0.3

Documentation

wb-eslint

Usage

  • npm install --save-dev wb-eslint
  • create a file named .eslintrc in your project:
{
  "extends": "wb-eslint"
}

how to publish package

  • npm init
  • change your registry for npm , not taobao.org
  • npm adduser
  • npm publish License

MIT