Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit ed1f484

Browse files
committed
v3.0.1
1 parent 9af944d commit ed1f484

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.0.1 / 2016-01-06
2+
==================
3+
- [fix] because we use babel, keywords should not be quoted
4+
15
3.0.0 / 2016-01-04
26
==================
37
- [breaking] enable `quote-props` rule (#632)

packages/eslint-config-airbnb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)