Skip to content

Commit bdf1b28

Browse files
Andela DeveloperAndela Developer
Andela Developer
authored and
Andela Developer
committedJul 20, 2017
chores(hound):integrate-houndci
- ensures hound is set up to follow code style guide [Finishes #149221199]
1 parent d1f979c commit bdf1b28

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed
 

‎.DS_Store

-2 KB
Binary file not shown.

‎.Hound.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eslint:
2+
enabled: true
3+
config_file: .eslintrc

‎package.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "document-manager",
33
"version": "1.0.0",
44
"description": "",
5-
"main": "server/config/server.js",
5+
"main": "server/index.js",
66
"scripts": {
7-
"start:dev": "nodemon ./server/config/server",
7+
"start:dev": "nodemon ./server/index",
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"repository": {
@@ -27,15 +27,25 @@
2727
"eslint-config-airbnb": "^15.0.2",
2828
"eslint-plugin-import": "^2.7.0",
2929
"express": "^4.15.3",
30+
"gulp": "^3.9.1",
31+
"gulp-babel": "^6.1.2",
32+
"gulp-load-plugins": "^1.5.0",
33+
"gulp-nodemon": "^2.2.1",
3034
"morgan": "^1.8.2",
3135
"pg": "^6.4.0",
3236
"pg-hstore": "^2.3.2",
3337
"sequelize": "^4.2.1",
3438
"sequelize-cli": "^2.7.0"
3539
},
3640
"devDependencies": {
41+
"babel-core": "^6.25.0",
42+
"babel-preset-es2015": "^6.24.1",
3743
"eslint": "^3.19.0",
3844
"eslint-config-airbnb": "^15.0.2",
39-
"eslint-plugin-import": "^2.7.0"
45+
"eslint-plugin-import": "^2.7.0",
46+
"gulp": "^3.9.1",
47+
"gulp-babel": "^6.1.2",
48+
"gulp-load-plugins": "^1.5.0",
49+
"gulp-nodemon": "^2.2.1"
4050
}
4151
}

0 commit comments

Comments
 (0)
Please sign in to comment.