eslint-config-meedsio
ESLint shareable config for Meeds-io based projects.
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