Skip to content

Releases: ezhlobo/eslint-plugin-react-pug

0.2.0

26 Feb 11:56
Compare
Choose a tag to compare

Added

First stable release v0.1

15 Dec 18:25
Compare
Choose a tag to compare

It's well tested on real react project. The only dependency.

Covers two rules:

  • uses-react

    Prevent React to be incorrectly marked as unused

  • uses-vars

    Prevent variables used in pugjs to be incorrectly marked as unused

Why not 1.0.0 version

I'm going to cover some more options (will create a milestone on github to describe them) before moving this project with semver.

0.0.6

13 Nov 08:44
Compare
Choose a tag to compare

Fixes

  • It makes the plugin workable again by republishing through npm instead of yarn

0.0.5

12 Nov 16:34
Compare
Choose a tag to compare

Fixes

  • It removes eslint crashes when using tag literals