Skip to content

Commit

Permalink
Add eslint-loader and build and build:dev commands
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrieleRomeo committed Oct 13, 2017
1 parent 98ebeaf commit cc64450
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "es6-starter-kit",
"version": "1.0.0",
"description":
"A pre-configured starter kit bundle to speed-up your development with ES6",
"description": "A pre-configured starter kit bundle to speed-up your development with ES6",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production webpack -p",
"build:dev": "webpack -d",
"format": "prettier --config .prettierrc --write \"src/**/*.js\"",
"lint": "eslint src",
"test": "jest",
Expand All @@ -13,7 +14,9 @@
"test:update": "jest -u",
"watch": "webpack --watch"
},
"pre-commit": ["lint"],
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GabrieleRomeo/ES6-starter-kit.git"
Expand Down Expand Up @@ -45,6 +48,7 @@
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-config-prettier": "^2.6.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.3.1",
Expand Down

0 comments on commit cc64450

Please sign in to comment.