From 2bde62be84c4651be47d4964cab5ba721eccbc67 Mon Sep 17 00:00:00 2001 From: jwngr Date: Thu, 13 Aug 2015 17:01:10 -0700 Subject: [PATCH] Minor repo cleanup --- .eslintrc | 3 ++- .gitignore | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index ab4885d..a558571 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,4 +1,5 @@ { + "root": true, "env": { "node": true, "browser": true @@ -10,7 +11,7 @@ /** * Strict mode */ - "strict": [2, "global"], // http://eslint.org/docs/rules/strict + "strict": [2, "global"], // http://eslint.org/docs/rules/strict /** * Variables diff --git a/.gitignore b/.gitignore index 48d1e58..ae60796 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +.DS_Store +npm-debug.log + dist/ coverage/ node_modules/