1.0.5 • Published 12 months ago

eslint-config-meedsio v1.0.5

Weekly downloads
146
License
LGPL-3.0-or-later
Repository
github
Last release
12 months ago

eslint-config-meedsio

ESLint shareable config for Meeds-io based projects.

Node.js Package

Installation

$ npm install --save-dev eslint eslint-config-meedsio

Usage

eslint-config-meedsio combines rules defined by plugin:vue/strongly-recommended, eslint:recommended, plugin:vuejs-accessibility/recommended with some additional customized rules.

To use it, you can simply define it in ESLint configuration of your project:

{
  "extends": [
    "eslint-config-meedsio"
  ]
}

How to contribute

To add/modify/delete rules, please add a PR with the modifications. To test rules before requesting review, you can execute the following command:

npm run test