UNPKG

650 BMarkdownView Raw
1## [2.0.0] - 2017-07-19
2
3### Added
4- Includes `eslint-plugin-jsx-a11y` and `eslint-plugin-relay`
5
6### Changed
7- Upgraded ESLint and other peer dependencies to latest versions.
8
9
10## [1.1.1] - 2016-09-13
11
12### Fixed
13- Added `'use strict'` to ensure the `strict` config works in Node.js v4.x
14
15## [1.1.0] - 2016-09-07
16
17### Added
18- `fbjs/strict` config, with the same rules enabled as the default config, with each warning upgraded to an error.
19
20### Changed
21- Switched to use eslint-plugin-flowtype for Flow-related rules
22
23## [1.0.0] - 2016-07-12
24
25### Added
26- Initial import from fbjs-scripts
27- Synced out additional configuration, enabled several plugins