1.0.0 • Published 3 years ago

eslint-plugin-maru v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

eslint-plugin-maru

This plugin helps you to pass correct dependency list to effective hooks of Maru.js.

Since this project is just small modifications to eslint-plugin-react-hooks for now, it would work for effective hooks of maru.js correctly as you expect them how they should work.

Installation

npm i --save-dev eslint-plugin-maru

or using yarn,

yarn add -D eslint-plugin-maru

Configuration

In eslint config file, set as below

{
  // ...
  "plugins": ["maru", ...],
  "extends": ["plugin:maru/recommended", ...]
  // ...
}
1.0.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago