Thanks to visit codestin.com Credit goes to github.com
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 74071a8 commit e43bdd9Copy full SHA for e43bdd9
packages/eslint-config-airbnb-base/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+11.1.3 / 2017-04-03
2
+==================
3
+ - [patch] add error messages to `no-restricted-syntax` (#1353)
4
+ - [deps] update `eslint`
5
+
6
11.1.2 / 2017-03-25
7
==================
8
- [patch] `no-param-reassign`: add ignorePropertyModificationsFor (#1325)
packages/eslint-config-airbnb-base/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
- "version": "11.1.2",
+ "version": "11.1.3",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
0 commit comments