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 ae1c919 commit 75d48c7Copy full SHA for 75d48c7
packages/eslint-config-airbnb-base/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+11.1.2 / 2017-03-25
2
+==================
3
+ - [patch] `no-param-reassign`: add ignorePropertyModificationsFor (#1325)
4
+ - [deps] update `eslint`
5
+
6
11.1.1 / 2017-03-03
7
==================
8
- [deps] update `eslint`
packages/eslint-config-airbnb-base/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
- "version": "11.1.1",
+ "version": "11.1.2",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
0 commit comments