Skip to content
This repository was archived by the owner on Nov 29, 2021. It is now read-only.

Commit f828575

Browse files
committed
[eslint config] [base] v10.0.1
1 parent a2cb4a2 commit f828575

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/eslint-config-airbnb-base/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
10.0.1 / 2016-11-07
2+
==================
3+
- [fix] legacy config should not require `**`
4+
15
10.0.0 / 2016-11-06
26
==================
37
- [breaking] prefer `**` over `Math.pow`

packages/eslint-config-airbnb-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb-base",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "Airbnb's base JS ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)