Skip to content

Commit ca1124c

Browse files
committed
[eslint config] [base] v5.0.3
1 parent 2e69472 commit ca1124c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
5.0.3 / 2016-08-21
2+
==================
3+
- [fix] correct `import/extensions` list (#1013)
4+
- [refactor] Changed ESLint rule configs to use 'off', 'warn', and 'error' instead of numbers for better readability (#946)
5+
- [deps] update `eslint`, `eslint-plugin-react`
6+
17
5.0.2 / 2016-08-12
28
==================
39
- [deps] update `eslint`, `eslint-find-rules`, `eslint-plugin-import`

packages/eslint-config-airbnb-base/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-base",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Airbnb's base JS ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)