Improved: eslint + stylelint: Do not scan extension folder (#4606)

* ignore in eslint

* ignore in stylelint
This commit is contained in:
maTh 2022-09-12 22:02:11 +02:00 committed by GitHub
parent 945fde6192
commit c1ecb7145c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
*.min.js
extensions/
node_modules/
p/scripts/vendor/
vendor/

View File

@ -1,3 +1,4 @@
extensions/
node_modules/
p/scripts/vendor/
vendor/