diff --git a/.gitignore b/.gitignore index b512c09..ab05030 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +*.log \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7287fe7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# [v1.0.2](https://github.com/hubot-js/eslint-config-hubot-js/releases/tag/1.0.2) (2016-10-22) + +* Create initial configuration extends from airbnb configuration diff --git a/package.json b/package.json index b0ae11a..07a14aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-hubot-js", - "version": "1.0.0", + "version": "1.0.2", "description": "Eslint config for hubot.js projects", "main": "index.js", "scripts": { @@ -22,6 +22,12 @@ "url": "https://github.com/robsonbittencourt/eslint-config-hubot-js/issues" }, "homepage": "https://github.com/robsonbittencourt/eslint-config-hubot-js#readme", + "dependencies": { + "eslint-config-airbnb": "^12.0.0", + "eslint-plugin-import": "^1.16.0", + "eslint-plugin-jsx-a11y": "^2.2.3", + "eslint-plugin-react": "^6.4.1" + }, "devDependencies": { "eslint": "^3.8.1" },