From b6ecc50fad865368a109b025fdcb6c0dbe5210e5 Mon Sep 17 00:00:00 2001 From: ismail2009 Date: Mon, 15 Jan 2018 11:54:32 +0200 Subject: [PATCH] modify in package.json #1 --- .eslintrc.json | 3 +++ package.json | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .eslintrc.json diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000..6f67564 --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,3 @@ +{ + "extends": "airbnb-base" +} \ No newline at end of file diff --git a/package.json b/package.json index 4b79712..eb6868f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "description": "it's an application for teaching the children how to code through games", "main": "index.js", "scripts": { + "start": "node src", + "start:watch": "nodemon src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {