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 5162975 commit 0ece94fCopy full SHA for 0ece94f
packages/eslint-config-airbnb/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+6.1.0 / 2016-02-22
2
+==================
3
+- [new] enable [`react/prefer-stateless-function`][react/prefer-stateless-function]
4
+- [dev deps] update `react-plugin-eslint`, `eslint`, `tape`
5
+
6
6.0.2 / 2016-02-22
7
==================
8
- [fix] disable [`no-confusing-arrow`][no-confusing-arrow] due to an `eslint` bug ([#752](https://github.com/airbnb/javascript/issues/752))
packages/eslint-config-airbnb/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
- "version": "6.0.2",
+ "version": "6.1.0",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
0 commit comments