From 82f465455f988230c630cc6e3b56d9223c72ec60 Mon Sep 17 00:00:00 2001 From: Walker Date: Wed, 4 Jul 2018 19:53:41 -0300 Subject: [PATCH] feat(eslint): add more test folders --- template/.eslintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/.eslintrc b/template/.eslintrc index 086bd3a..ee39dff 100644 --- a/template/.eslintrc +++ b/template/.eslintrc @@ -24,6 +24,8 @@ "devDependencies": [ "**/*.spec.js", "__tests__/*.js", + "__mocks__/*.js", + "__snapshots__/*.js", "test/**/*.js", "gulp-tasks/**/*.js", "jest.config.js",