Skip to content

Commit a9a4ad0

Browse files
Create changelog file
1 parent ac63b26 commit a9a4ad0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
*.log

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# [v1.0.2](https://github.com/hubot-js/eslint-config-hubot-js/releases/tag/1.0.2) (2016-10-22)
2+
3+
* Create initial configuration extends from airbnb configuration

package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-hubot-js",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "Eslint config for hubot.js projects",
55
"main": "index.js",
66
"scripts": {
@@ -22,6 +22,12 @@
2222
"url": "https://github.com/robsonbittencourt/eslint-config-hubot-js/issues"
2323
},
2424
"homepage": "https://github.com/robsonbittencourt/eslint-config-hubot-js#readme",
25+
"dependencies": {
26+
"eslint-config-airbnb": "^12.0.0",
27+
"eslint-plugin-import": "^1.16.0",
28+
"eslint-plugin-jsx-a11y": "^2.2.3",
29+
"eslint-plugin-react": "^6.4.1"
30+
},
2531
"devDependencies": {
2632
"eslint": "^3.8.1"
2733
},

0 commit comments

Comments
 (0)