Skip to content

Latest commit

 

History

History
67 lines (34 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

67 lines (34 loc) · 2.92 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0-rc.0 (2020-01-22)

Marked as a major release because this version of the config relies on eslint@6. Previous versions relied on eslint@5. We're also using a newer version of node and NPM now, although that should not impact users.

Features

  • Remove no-restricted-syntax for JSX (f380c41)
  • upgrade @silvermine/eslint-plugin for eslint 6 upgrade (f24f857)

Bug Fixes

  • add config type to valid commitlint types (#61) (3229252)

2.3.0 (2019-09-03)

Features

2.2.1 (2019-04-05)

Bug Fixes

  • allow multiple cases for a single block inside switch statements (f657b77)

2.2.0 (2019-04-04)

Features

  • Error on 'var' in TypeScript files (fb319cf)

2.1.0 (2019-02-28)

Features

  • Turn off no-empty-function rule for tests (24d4800)
  • Adjust commitlint config for our standards (0034b96)
  • copy convention commitlint config (777f090)

2.0.0 (2019-02-08)

Version 2.0.0 was a major "rethink" of our rules, changing some past decisions, but primarily focusing on what we needed to change to add support for newer ES* features and TypeScript.