diff options
| -rw-r--r-- | .eslintignore | 1 | ||||
| -rw-r--r-- | .stylelintignore | 1 |
2 files changed, 2 insertions, 0 deletions
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/ |
