1.0.0 • Published 8 years ago
eslint-plugin-wpy v1.0.0
eslint-plugin-wpy
ESLint plugin for wepy projects, (inspired by eslint-plugin-vue)
Usage
npm install --save-dev eslint-plugin-wpy
- create a file named
.eslintrc
in your project:
{
extends: [ /* your usual extends */ ],
plugins: ["wpy"],
}
License
1.0.0
8 years ago