eslint-config-meedsio

1.0.5 • Public • Published

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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i eslint-config-meedsio

    Weekly Downloads

    4,770

    Version

    1.0.5

    License

    LGPL-3.0-or-later

    Unpacked Size

    43.4 kB

    Total Files

    6

    Last publish

    Collaborators

    • exo-swf