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',