diff --git a/.eslintrc b/.eslintrc index 50cc65d..e8856c8 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,5 +1,5 @@ { - "extends": ["kentcdodds"], + "extends": ["kentcdodds", "kentcdodds/mocha", "kentcdodds/webpack"], "rules": { // these are only here because I did not // want to update the entire codebase ¯\_(ツ)_/¯ @@ -12,8 +12,13 @@ "complexity": [2, 8], "max-depth": [2, 6], "consistent-return": 0, + "id-match": 0, + "import/newline-after-import": 0, // es6 stuff we technically can not do yet "object-shorthand": 0, + "prefer-arrow-callback": 0, + "prefer-template": 0, + "babel/object-shorthand": 0, }, "globals": { "describe": false, diff --git a/index.html b/index.html index 77dd369..26198ae 100755 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@
Ported to ES6 by Kent C. Dodds
Part of TodoMVC
- @@ -48,5 +46,6 @@ +