From c1ecb7145c0e2c1a78cc1dec862996923d51fdf6 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 12 Sep 2022 22:02:11 +0200 Subject: Improved: eslint + stylelint: Do not scan extension folder (#4606) * ignore in eslint * ignore in stylelint --- .eslintignore | 1 + .stylelintignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index a3264ebd0..a7369cee4 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,5 @@ *.min.js +extensions/ node_modules/ p/scripts/vendor/ vendor/ diff --git a/.stylelintignore b/.stylelintignore index 56613503b..451259453 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -1,3 +1,4 @@ +extensions/ node_modules/ p/scripts/vendor/ vendor/ -- cgit v1.2.3