Skip to content

Releases: NewOrbit/eslint-config

v4.1.1

10 Jun 16:23
Compare
Choose a tag to compare

Bumping dependency versions.

4.1.0

15 Dec 08:33
Compare
Choose a tag to compare

Edit rule no-unused-vars. Enabled ignoreRestSiblings

https://eslint.org/docs/rules/no-unused-vars#ignorerestsiblings

v4.0.0

15 Dec 08:19
3a04d50
Compare
Choose a tag to compare

Conversation: #249
Changelog:

  1. Added plugins:
  • eslint-formatter-pretty
  • eslint-config-prettier
  • eslint-plugin-eslint-comments
  • eslint-plugin-import
  1. Removed packages:
  • eslint-config-react-app (since it was not used in config anyways)
  1. Refactored rules (only few, even if diff says otherwise). Notable changes:
  • BREAKING: eqeqeq -> See PR conversation for more info
  • naming-convention rule (off at the moment, since its new, but it would be good to look into it)
  • BREAKING: member-delimiter-style. Is it possible to make this rule consistent? Why should there be an exception for oneliners?
  • prettier support
  1. Updated devDependency to eslint 7 (latest)

v3.0.2

28 Apr 14:07
Compare
Choose a tag to compare

Adding new spacing rules (all fixable with --fix):
space-before-blocks
keyword-spacing
arrow-spacing

v3.0.1

17 Apr 16:17
Compare
Choose a tag to compare

Editing no-multiple-empty-lines rule (--fix can be used to resolve any issues)

v3.0.0

15 Apr 15:21
Compare
Choose a tag to compare

Porting no self import rule
Adding max-lines per file

v2.1.1

03 Apr 13:08
21c659f
Compare
Choose a tag to compare

enforce latest import package fix

v2.1.0

03 Apr 08:55
Compare
Choose a tag to compare

Various minor package updates

Release 2.0.0

13 Feb 16:07
Compare
Choose a tag to compare

Breaking changes

Introducing no-return-await rule

Fixes

Amending object-curly-spacing (run with --fix to resolve)

v1.0.0

21 Nov 11:59
Compare
Choose a tag to compare

With this being adopted by a few of our projects internally now we are ready to go to v1

Breaking changes

  • Incorporated import ordering rules
  • Forbidding style tags on dom nodes
  • Updated dependent packages

Bug Fixes

  • Various bug fixes around usage with Typescript 3.7
  • Disabled no-dupe-class-members as this errors on Typescript function overloads and Typescript will error for genuine class member duplicates