mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 23:37:55 -05:00
v4.0.0
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
4.0.0 / 2016-01-22
|
||||
==================
|
||||
- [breaking] require outer IIFE wrapping; flesh out guide section
|
||||
- [minor] Add missing `arrow-body-style`, `prefer-template` rules (#678)
|
||||
- [minor] Add `prefer-arrow-callback` to ES6 rules (to match the guide) (#677)
|
||||
- [Tests] run `npm run lint` as part of tests; fix errors
|
||||
- [Tests] use `parallelshell` to parallelize npm run-scripts
|
||||
|
||||
3.1.0 / 2016-01-07
|
||||
==================
|
||||
- [minor] Allow multiple stateless components in a single file
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user