Skip to content

Releases: leviy/javascript-coding-standard

2.0.2

Choose a tag to compare

@denniscoorn denniscoorn released this 07 Nov 11:32
6467e8d

Changelog for 2.0.2

  • GitHub workflow action added to automate publishing the package to the registry (pull request #8)

2.0.1

Choose a tag to compare

@ctoffanin ctoffanin released this 18 Jul 09:26
614408c

Changelog for 2.0.1

  • Bump version (pull request #6)
  • Place eslint-plugin-import back to peerDependencies (pull request #5)

2.0.0

Choose a tag to compare

@ctoffanin ctoffanin released this 18 Jul 09:00
dbceea0

Changelog for 2.0.0

  • Add JSDoc plugin and update dependencies to latest (pull request #4)

1.1.3

Choose a tag to compare

@denniscoorn denniscoorn released this 07 Mar 09:03

Changed the allowed empty lines to ‘1’

1.1.2

Choose a tag to compare

@denniscoorn denniscoorn released this 07 Mar 08:58

Small improvement to our default eslint configuration

1.1.1

Choose a tag to compare

@denniscoorn denniscoorn released this 08 Oct 08:32
e93c394
Merge pull request #3 from leviy/fix-rules

Fixed rules syntax

1.1.0

Choose a tag to compare

@denniscoorn denniscoorn released this 08 Oct 07:24
73dff67
Merge pull request #2 from leviy/update-airbnb-base

Updated eslint airbnb base package dependency

1.0.1

Choose a tag to compare

@BasMatthee BasMatthee released this 16 Aug 07:24
e643ea3

Changelog

  • Add configuration for switch statement indentation (pull request #1)

1.0.0

Choose a tag to compare

@denniscoorn denniscoorn released this 11 Jun 10:38
v1.0.0

Initial commit of the Leviy javascript styleguide including a default…