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.
- Remove no-restricted-syntax for JSX (f380c41)
- upgrade @silvermine/eslint-plugin for eslint 6 upgrade (f24f857)
2.3.0 (2019-09-03)
2.2.1 (2019-04-05)
- allow multiple cases for a single block inside switch statements (f657b77)
2.2.0 (2019-04-04)
- Error on 'var' in TypeScript files (fb319cf)
2.1.0 (2019-02-28)
- 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.