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 5bcb840 commit d480837Copy full SHA for d480837
packages/eslint-config-airbnb-base/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+11.2.0 / 2017-05-14
2
+==================
3
+ - [minor] Disallow unused global variables
4
+
5
11.1.3 / 2017-04-03
6
==================
7
- [patch] add error messages to `no-restricted-syntax` (#1353)
packages/eslint-config-airbnb-base/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
- "version": "11.1.3",
+ "version": "11.2.0",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
0 commit comments