From c10678bd264f605241d281428e7501da73977ac2 Mon Sep 17 00:00:00 2001 From: aDeve Date: Wed, 17 Oct 2018 18:16:59 +0200 Subject: [PATCH] Prevent lint to run in docs --- scripts/lint.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lint.js b/scripts/lint.js index eb665b6711..899eb73be2 100644 --- a/scripts/lint.js +++ b/scripts/lint.js @@ -31,6 +31,7 @@ const watcher = (label, pckgName) => { }; const except = [ + 'docs', 'jest.config.js', 'scripts', 'strapi-lint',