[eslint config] [base] v5.0.3

This commit is contained in:
Jordan Harband
2016-08-21 23:25:19 -07:00
parent 2e694723bf
commit ca1124cd8d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
5.0.3 / 2016-08-21
==================
- [fix] correct `import/extensions` list (#1013)
- [refactor] Changed ESLint rule configs to use 'off', 'warn', and 'error' instead of numbers for better readability (#946)
- [deps] update `eslint`, `eslint-plugin-react`
5.0.2 / 2016-08-12
==================
- [deps] update `eslint`, `eslint-find-rules`, `eslint-plugin-import`

View File

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