Skip to content

Meeds-io/eslint-config-meedsio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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