Skip to content

Commit c25dbac

Browse files
committed
v4.0.0
1 parent 0839881 commit c25dbac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
4.0.0 / 2016-01-22
2+
==================
3+
- [breaking] require outer IIFE wrapping; flesh out guide section
4+
- [minor] Add missing `arrow-body-style`, `prefer-template` rules (#678)
5+
- [minor] Add `prefer-arrow-callback` to ES6 rules (to match the guide) (#677)
6+
- [Tests] run `npm run lint` as part of tests; fix errors
7+
- [Tests] use `parallelshell` to parallelize npm run-scripts
8+
19
3.1.0 / 2016-01-07
210
==================
311
- [minor] Allow multiple stateless components in a single file

packages/eslint-config-airbnb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)