Skip to content

Releases: fiverr/eslint-config-fiverr

enforce use of catch() on un-returned promises

03 Dec 07:30
15e354c
Compare
Choose a tag to compare

Use eslint-plugin-promise to enforce use of catch() on un-returned promises.

[petty]

04 Oct 07:05
db91dca
Compare
Choose a tag to compare

multiple blank lines, lines at BOF and EOF

Add import plugin and test environment settings

29 Jul 16:20
Compare
Choose a tag to compare

Add eslint-plugin-import

https://github.com/benmosher/eslint-plugin-import#readme

Add test env jest / mocha

Included in @fiverr/fiverr:

  • base: Just the set of rules
  • es6: New ES support and rules
  • react: React specific rules and eslint-plugin-react plugin

Need to be added explicitly:

  • jest
  • mocha