pdf.js/external/builder
Jonas Jenwald 198ef044f8 Account for changes in eslint-plugin-import version 2.23.0
The simplest solution, as far as I can tell, to "fix" the new errors reported by the `no-unresolved` rules was to extend the existing whitelisting to cover the new cases. Given that the affected `imports` are only relevant in `gulp server`-mode, this should thus be completely fine.

Please find additional information at:
 - https://github.com/benmosher/eslint-plugin-import/releases/tag/v2.23.0
 - https://github.com/benmosher/eslint-plugin-import/blob/v2.23.0/CHANGELOG.md#2230---2021-05-13
2021-05-16 11:50:55 +02:00
..
fixtures Add the external/builder/fixtures/ directory to .eslintignore, to avoid having to disable various lint rules locally 2017-01-10 14:45:40 +01:00
fixtures_esprima Fix duplicated function name in the Esprima fixtures 2018-08-25 16:23:20 +02:00
builder.js Account for formatting changes in Prettier version 2.3.0 2021-05-16 11:44:05 +02:00
preprocessor2.js Enable the ESLint no-var rule in the external/builder/ folder 2021-03-13 17:50:13 +01:00
test-fixtures_esprima.js Replace *most* cases of var with let/const in the external/builder/ folder 2021-03-13 17:47:58 +01:00
test-fixtures.js Account for changes in eslint-plugin-import version 2.23.0 2021-05-16 11:50:55 +02:00