eslint-plugin-vuestyleindent
v1.0.0
Published
eslint plugin for vue.js projects
Readme
eslint-plugin-vuestyleindent
ESLint plugin for libs in the vuejs organization.
:exclamation: Note this is an internal plugin/config for the development of Vue itself, not intended for Vue app development.
Usage
npm install eslint-plugin-vuestyleindent --save-dev- create a file named
.eslintrcin your project:
{
extends: ["plugin:vuestyleindent/recommended"],
rules: {
// override if necessary
}
}