File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
- node_modules
1
+ node_modules
2
+ * .log
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-hubot-js" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Eslint config for hubot.js projects" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
22
22
"url" : " https://github.com/robsonbittencourt/eslint-config-hubot-js/issues"
23
23
},
24
24
"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
+ },
25
31
"devDependencies" : {
26
32
"eslint" : " ^3.8.1"
27
33
},
You can’t perform that action at this time.
0 commit comments