eslint-plugin-wepy

1.1.0 • Public • Published

eslint-plugin-wepy

ESLint plugin for wepy.js projects

Usage

  1. npm install --save-dev eslint-plugin-wepy
  2. create a file named .eslintrc in your project:
{
  extends: [ /* your usual extends */ ],
  plugins: ["wepy"],
  rules: {
    'wepy/jsx-uses-vars': 2,
  },
}

License

MIT

Package Sidebar

Install

npm i eslint-plugin-wepy

Weekly Downloads

1

Version

1.1.0

License

MIT

Last publish

Collaborators

  • dolymood