eslint-config-flickr
Version:
Flickr's cool eslint config
28 lines (19 loc) • 903 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [v3.0.0] - 2021-03-15
### Added
- [#7] New rules to support migration to ESLint 7 ([@njgrove])
### Changed
- [#7] Changed project linting rules to support consistency ([@njgrove])
- [#7] Removed deprecated `assert.equal()` method in favor of `assert.strictEqual()` ([@njgrove])
- [#7] Updated copyright ([@njgrove])
<!-- contributors -->
[@jeremyruppel]: https://github.com/jeremyruppel
[@pdokas]: https://github.com/pdokas
[@njgrove]: https://github.com/njgrove
<!-- releases -->
[v3.0.0]: https://github.com/flickr/eslint-config-flickr/compare/v2.0.1...v3.0.0
<!-- pull requests -->
[#7]: https://github.com/flickr/eslint-config-flickr/pull/7