Include the test/resources/ folder when running ESLint/Stylelint

Also, update the `.stylelintignore` file to agree with the `.eslintignore` file since the configurations had (unintentionally) diverged.
This commit is contained in:
Jonas Jenwald 2021-08-04 13:50:44 +02:00
parent 52ef63f1fe
commit 99aa747a1d
2 changed files with 1 additions and 5 deletions

View File

@ -11,5 +11,4 @@ src/shared/cffStandardStrings.js
src/shared/fonts_utils.js
test/tmp/
test/pdfs/
test/resources/
*~/

View File

@ -4,14 +4,11 @@ docs/
node_modules/
external/bcmaps/
external/webL10n/
external/cmapscompress/
external/builder/fixtures/
external/builder/fixtures_esprima/
external/quickjs/
src/shared/cffStandardStrings.js
src/shared/fonts_utils.js
test/tmp/
test/features/
test/pdfs/
test/resources/
test/font/*_spec.js
*~/