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 6039804 commit 325f8baCopy full SHA for 325f8ba
packages/eslint-config-airbnb-base/CHANGELOG.md
@@ -1,4 +1,8 @@
1
-4.0.1 / 2016-07-14
+4.0.2 / 2016-07-14
2
+==================
3
+ - [fix] repair accidental comma-dangle change
4
+
5
+4.0.1 / 2016-07-14 (unpublished)
6
==================
7
- [fix] Prevent trailing commas in the legacy config (#950)
8
- [deps] update `eslint-plugin-import`
packages/eslint-config-airbnb-base/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
- "version": "4.0.1",
+ "version": "4.0.2",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
0 commit comments