Skip to content

Releases: routablehq/eslint-plugin-routable

v1.1.3

21 Sep 19:43
5128584
Compare
Choose a tag to compare

Fix a bug with ESLint 7 where prop.node can be undefined

v1.1.2

20 Apr 22:47
83061eb
Compare
Choose a tag to compare

updates to dependencies via npm audit.

v1.1.1

25 Mar 22:41
ecab013
Compare
Choose a tag to compare

removes handling of extra newlines for the time being. also adds support for handling when multiple default props should be undefined, but are null/false, on a single component.

v1.1.0

25 Mar 19:44
a5e2b27
Compare
Choose a tag to compare

adds a new rule, default-props-prefer-undefined.

improves on the exports-newlines rule.

code cleanup and test additions.