Skip to content

Releases: littlebits/code-standards-js

v0.4.1

Choose a tag to compare

@jasonkuhrt jasonkuhrt released this 28 Jan 03:50

Changes:

  • Remove rule no-arrow-condition d707fc5

Double

Choose a tag to compare

@jasonkuhrt jasonkuhrt released this 27 Jan 14:58
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

Choose a tag to compare

@jasonkuhrt jasonkuhrt released this 13 Jan 16:39
Features
  • JSX Support #5
  • React and JSX lint rules #6 #7
  • Babel parser #4

v0.2.1

Choose a tag to compare

@jasonkuhrt jasonkuhrt released this 23 Sep 16:29

Changes

v0.2.0

Choose a tag to compare

@jasonkuhrt jasonkuhrt released this 23 Sep 12:39

Changes:

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

v0.1.0

Choose a tag to compare

@jasonkuhrt jasonkuhrt released this 13 Sep 01:50

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

Choose a tag to compare

@jasonkuhrt jasonkuhrt released this 12 Sep 22:24

Fixes:

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

v0.0.2

Choose a tag to compare

@jasonkuhrt jasonkuhrt released this 30 Jul 00:57

Changes:

  • Explicitly disallow semicolons

0.0.1

Choose a tag to compare

@jasonkuhrt jasonkuhrt released this 27 Jul 16:32

Initial Release. Minimal ESLint config.