mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 06:27:58 -05:00
[eslint config] v6.1.0
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
6.1.0 / 2016-02-22
|
||||
==================
|
||||
- [new] enable [`react/prefer-stateless-function`][react/prefer-stateless-function]
|
||||
- [dev deps] update `react-plugin-eslint`, `eslint`, `tape`
|
||||
|
||||
6.0.2 / 2016-02-22
|
||||
==================
|
||||
- [fix] disable [`no-confusing-arrow`][no-confusing-arrow] due to an `eslint` bug ([#752](https://github.com/airbnb/javascript/issues/752))
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user