add keyword "eslintconfig" to eslint-config-airbnb

This commit is contained in:
Jake Teton-Landis
2015-05-23 18:53:27 -07:00
parent 1676f2b1dc
commit c3a94c15fd

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
"version": "0.0.2",
"version": "0.0.6",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
@@ -12,6 +12,7 @@
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"airbnb",
"javascript",