Skip to content

Releases: littlebits/code-standards-js

v0.4.1

28 Jan 03:50
Compare
Choose a tag to compare

Changes:

  • Remove rule no-arrow-condition d707fc5

Double

27 Jan 14:58
Compare
Choose a tag to compare
Changes
  • Assortment of new React/JSX rules added 24c5f9d
  • Double quotes enforced instead of single! #8
  • Two rules for edge cases to do with Class and Arrow Syntax 178c3d5
Internal
  • Updated React Plugin dependency 24c5f9d

Hyperspeed

13 Jan 16:39
Compare
Choose a tag to compare
Features
  • JSX Support #5
  • React and JSX lint rules #6 #7
  • Babel parser #4

v0.2.1

23 Sep 16:29
Compare
Choose a tag to compare

Changes

v0.2.0

23 Sep 12:39
Compare
Choose a tag to compare

Changes:

  • Optimized dangling-comma rule for humans (accepted but not forced) @jasonkuhrt
  • Relaxed quotes rule to not force backticks @stresslimit

v0.1.0

13 Sep 01:50
Compare
Choose a tag to compare

This is a large release.

Fixes:

  • Extends eslint:recommended

Features:

  • Many things that were flagged as errors have been downgraded to warnings. This helps communicate the trivial apart from the serious
  • Enforcing JS2015 much more now
  • Enforcing a slew of little rules now that will help promote consistency more than before

Breaking Changes:

  • A significant amount of new lint errors/warnings will happen

v0.0.3

12 Sep 22:24
Compare
Choose a tag to compare

Fixes:

  • Update rules to stop deprecation warnings in ESLint 1.4 (#1 @sch)

v0.0.2

30 Jul 00:57
Compare
Choose a tag to compare

Changes:

  • Explicitly disallow semicolons

0.0.1

27 Jul 16:32
Compare
Choose a tag to compare

Initial Release. Minimal ESLint config.