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:
parent
52ef63f1fe
commit
99aa747a1d
@ -11,5 +11,4 @@ src/shared/cffStandardStrings.js
|
||||
src/shared/fonts_utils.js
|
||||
test/tmp/
|
||||
test/pdfs/
|
||||
test/resources/
|
||||
*~/
|
||||
|
@ -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
|
||||
*~/
|
||||
|
Loading…
Reference in New Issue
Block a user