1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 05:35:55 +00:00

Adding circleCI and eslint

This commit is contained in:
Scott Tolksdorf
2018-04-08 21:16:12 -04:00
committed by Trevor Buckner
parent c04cd23213
commit c57ca0b27f
4 changed files with 6177 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
"dev": "node scripts/dev.js",
"quick": "node scripts/quick.js",
"build": "node scripts/build.js",
"lint": "eslint --fix **/*.{js,jsx}",
"lint:dry": "eslint **/*.{js,jsx}",
"phb": "node scripts/phb.js",
"prod": "set NODE_ENV=production&& npm run build",
"postinstall": "npm run build",
@@ -35,5 +37,9 @@
"striptags": "^2.1.1",
"superagent": "^1.6.1",
"vitreum": "^4.0.12"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0"
}
}