We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0839881 commit c25dbacCopy full SHA for c25dbac
packages/eslint-config-airbnb/CHANGELOG.md
@@ -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
+
9
3.1.0 / 2016-01-07
10
==================
11
- [minor] Allow multiple stateless components in a single file
packages/eslint-config-airbnb/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
- "version": "3.1.0",
+ "version": "4.0.0",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
0 commit comments