Skip to content

Releases: peerigon/eslint-config-peerigon

v11.2.0

22 Jun 09:25
4eb9d5c
Compare
Choose a tag to compare

Features

  • Relax no-extraneous-dependencies rule (50710b5)

v11.1.0

22 Jun 09:21
5abeae6
Compare
Choose a tag to compare

Features

  • Relax import/no-extraneous-dependencies rule (4c26ba0)

v11.0.1

22 Jun 09:12
f0443c9
Compare
Choose a tag to compare

Bug Fixes

  • Missing plugin declaration in react rules (3a39340)

v11.0.0

22 Jun 08:56
c3eb48a
Compare
Choose a tag to compare

Chores

  • Remove eslint-plugin-flowtype (e99537a)

BREAKING CHANGES

  • This commit removes eslint-plugin-flowtype from the package.json. In case you're using the flowtype config, you need to add eslint-plugin-flowtype to your package.json now.

v10.1.1

03 Apr 20:44
c7a402e
Compare
Choose a tag to compare

Bug Fixes

  • Turn off "prefer-rest" in node rules (b0af121)

v10.1.0

03 Apr 18:54
fd53cd4
Compare
Choose a tag to compare

Features

  • Remove no-confusing-arrow rule (bb20a58)

v10.0.0

31 Mar 14:47
5e1b859
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • This version introduces also some breaking changes:
  • Switch "no-alert" to "error" (a831ed4)
  • Switch "no-bitwise" to "error" (e8f38b6)
  • Switch "no-eq-null" to "error" (329ae4b)
  • Switch "no-process-exit" to "error" (850275f)
  • Switch "no-script-url" to "error" (5b10357)
  • Switch "no-useless-call" to "error" (66ab519)
  • Switch "no-script-url" to "error" (5b10357)
  • Add dangling commas (356adb8)
  • Add a bunch of new rules (bf343f5)
  • Make "no-undef" rule stricter (6ae63b3)

v9.0.0

07 Dec 17:57
07f24f5
Compare
Choose a tag to compare
  • Breaking: Enforce template-curly-spacing (see a3409a3)

v8.0.0

07 Dec 17:47
736da46
Compare
Choose a tag to compare
  • Breaking: Add/change react rules based on discussion in #5
  • Breaking: Add rule to prevent curly spaces in template strings c600bd8

v7.0.0

26 Oct 11:42
Compare
Choose a tag to compare
  • Add new react rules