eslint: Use eslint-import-resolver-webpack.

This uses our Webpack configuration to more accurately predict how our
imports will actually behave; for example, it automatically resolves
the .ts extension.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-08-28 19:29:19 -07:00
committed by Tim Abbott
parent 2bfb590391
commit b9184eee65
4 changed files with 54 additions and 5 deletions

View File

@@ -44,4 +44,4 @@ API_FEATURE_LEVEL = 32
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = '101.0'
PROVISION_VERSION = '101.1'