From 132d5c02727e80bef5a8d4e8e8e2d5ff885745c0 Mon Sep 17 00:00:00 2001 From: Will Roberts Date: Thu, 22 Jun 2017 10:33:10 +0200 Subject: [PATCH] package.json: fix path for linting js code --- {{cookiecutter.app_name}}/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/package.json b/{{cookiecutter.app_name}}/package.json index e220c21..624c11c 100644 --- a/{{cookiecutter.app_name}}/package.json +++ b/{{cookiecutter.app_name}}/package.json @@ -10,7 +10,7 @@ "test": "echo \"Error: no test specified\" && exit 1", "build": "NODE_ENV=prod ./node_modules/.bin/webpack --progress --colors", "start": "./node_modules/.bin/webpack-dev-server --port 2992 --hot --inline", - "lint": "eslint \"js/*.js\"" + "lint": "eslint \"assets/js/*.js\"" }, "repository": { "type": "git",