This is an automated email from the ASF dual-hosted git repository. randall pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
commit e59fb154fe8889f76ba8a87c31fd3daa22081082 Author: Randall Leeds <[email protected]> AuthorDate: Wed Jul 22 21:58:46 2020 -0700 Lint the webpack config --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 82a6833..0ef6a11 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -50,6 +50,7 @@ module.exports = { 'babel.config.js', 'husky.config.js', 'nyc.config.js', + 'web/webpack.config.js', ], env: { es2017: true,
