Skip to content

Releases: leviy/javascript-coding-standard

2.0.2

07 Nov 11:32
6467e8d

Choose a tag to compare

Changelog for 2.0.2

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

2.0.1

18 Jul 09:26
614408c

Choose a tag to compare

Changelog for 2.0.1

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

2.0.0

18 Jul 09:00
dbceea0

Choose a tag to compare

Changelog for 2.0.0

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

1.1.3

07 Mar 09:03

Choose a tag to compare

Changed the allowed empty lines to ‘1’

1.1.2

07 Mar 08:58

Choose a tag to compare

Small improvement to our default eslint configuration

1.1.1

08 Oct 08:32
e93c394

Choose a tag to compare

Merge pull request #3 from leviy/fix-rules

Fixed rules syntax

1.1.0

08 Oct 07:24
73dff67

Choose a tag to compare

Merge pull request #2 from leviy/update-airbnb-base

Updated eslint airbnb base package dependency

1.0.1

16 Aug 07:24
e643ea3

Choose a tag to compare

Changelog

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

1.0.0

11 Jun 10:38

Choose a tag to compare

v1.0.0

Initial commit of the Leviy javascript styleguide including a default…