We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c73d0 commit 2c01265Copy full SHA for 2c01265
packages/eslint-config-airbnb/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+15.1.0 / 2017-07-24
2
+==================
3
+- [deps] allow eslint v3 or v4 (#1447)
4
+- [deps] update `eslint-plugin-import`, `eslint-config-airbnb-base`
5
+
6
15.0.2 / 2017-07-04
7
==================
8
- [fix] jsx should be enabled via parserOptions, not via a root ecmaFeatures
packages/eslint-config-airbnb/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
- "version": "15.0.2",
+ "version": "15.1.0",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
0 commit comments