From 99aa747a1d33bce219370110237f3d3b67f75779 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Wed, 4 Aug 2021 13:50:44 +0200 Subject: [PATCH] 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. --- .eslintignore | 1 - .stylelintignore | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.eslintignore b/.eslintignore index 7a05f72ce..5f61d5b52 100644 --- a/.eslintignore +++ b/.eslintignore @@ -11,5 +11,4 @@ src/shared/cffStandardStrings.js src/shared/fonts_utils.js test/tmp/ test/pdfs/ -test/resources/ *~/ diff --git a/.stylelintignore b/.stylelintignore index 2d1563d45..5f61d5b52 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -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 *~/