[eslint config] [base] v10.0.1

This commit is contained in:
Jordan Harband
2016-11-07 00:49:02 -08:00
parent a2cb4a2cd6
commit f82857512d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
10.0.1 / 2016-11-07
==================
- [fix] legacy config should not require `**`
10.0.0 / 2016-11-06
==================
- [breaking] prefer `**` over `Math.pow`

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
"version": "10.0.0",
"version": "10.0.1",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {