Skip to content

Releases: buildo/eslint-plugin-fp-ts

v0.3.2

04 May 14:08
b0eabf4
Compare
Choose a tag to compare

What’s Changed

  • Make dependency on typescript-estree explicit (#252) @xzhavilla

🔧 Dependency updates

v0.3.1

03 May 17:41
be1c83e
Compare
Choose a tag to compare

What’s Changed

  • Add ESLint as peer dependency (#250) @xzhavilla
  • no-redundant-flow bug fixes (#224) @OliverJAsh

v0.3.0

08 Nov 16:01
5185f51
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates

v0.2.1

10 Feb 08:57
0f04789
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

  • Exclude assignement expressions from linting (#63) @gabro

v0.2.0

09 Feb 21:22
551360f
Compare
Choose a tag to compare

What’s Changed

  • Add no-discarded-pure-expression (#55) @gabro

🔧 Dependency updates

v0.1.14

31 Jan 16:54
f2fc9f8
Compare
Choose a tag to compare

What’s Changed

  • Fix matching of adjacent combinators (#48) @gabro

🔧 Dependency updates

v0.1.13

30 Jan 14:58
1b925c2
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates

  • Bump @typescript-eslint/parser from 4.13.0 to 4.14.0 (#43) @dependabot
  • Bump @typescript-eslint/experimental-utils from 4.13.0 to 4.14.0 (#44) @dependabot
  • Bump @typescript-eslint/parser from 4.12.0 to 4.13.0 (#40) @dependabot
  • Bump eslint from 7.17.0 to 7.18.0 (#38) @dependabot
  • Bump @types/node from 14.14.20 to 14.14.21 (#39) @dependabot
  • Bump @typescript-eslint/experimental-utils from 4.12.0 to 4.13.0 (#37) @dependabot

v0.1.12

16 Jan 15:36
528dabf
Compare
Choose a tag to compare

What’s Changed

🧹 Chores

v0.1.11

10 Jan 21:06
1484f97
Compare
Choose a tag to compare

What’s Changed

v0.1.10

10 Jan 19:11
1b2034b
Compare
Choose a tag to compare

What’s Changed

  • Several improvements to no-module-imports (#30) @gabro

🧹 Chores

  • Use createRule utility for all rules (#31) @gabro