eslint-plugin

An opinionated ESLint Plugin for Vue.js projects.

View the Project on GitHub crishellco/eslint-plugin

Build codecov Maintainability

@crishellco/eslint-plugin

An opinionated ESLint Plugin for Vue.js projects.

Table of Contents

Usage

Installation

$ yarn add @crishellco/eslint-plugin --dev

Add to the project config

Such as in an .eslintrc.js

module.exports = {
  plugins: [ '@crishellco' ]
};
module.exports = {
  extends: [ 'plugin:@crishellco/recommended' ],
  plugins: [ '@crishellco' ]
};

Contributing

Conventional Commits Commitizen friendly

Dependencies

$ nvm install
$ yarn install

Verification

$ yarn test