Minor repo cleanup

This commit is contained in:
jwngr
2015-08-13 17:01:10 -07:00
parent 7d05ce0b8c
commit 2bde62be84
2 changed files with 5 additions and 1 deletions

View File

@@ -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

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
.DS_Store
npm-debug.log
dist/
coverage/
node_modules/