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": {