@crishellco/eslint-plugin
v1.3.1
Published
An opinionated ESLint Plugin for Vue.js projects.
Downloads
4,089
Readme
@crishellco/eslint-plugin
An opinionated ESLint Plugin for Vue.js projects.
Table of Contents
Usage
Installation
$ yarn add @crishellco/eslint-plugin --devAdd to the project config
Such as in an .eslintrc.js
module.exports = {
plugins: [ '@crishellco' ]
};Extend the recommended config
module.exports = {
extends: [ 'plugin:@crishellco/recommended' ],
plugins: [ '@crishellco' ]
};Contributing
Dependencies
$ nvm install
$ yarn installVerification
$ yarn test