Skip to content

Commit 74561b6

Browse files
committed
v3.0.2
1 parent e171f8a commit 74561b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.0.2 / 2016-01-06
2+
==================
3+
- [fix] Ignore URLs in `max-len` (#664)
4+
15
3.0.1 / 2016-01-06
26
==================
37
- [fix] because we use babel, keywords should not be quoted

packages/eslint-config-airbnb/package.json

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

0 commit comments

Comments
 (0)