Remove unused eslint-disable comment
diff --git a/web/webpack.config.js b/web/webpack.config.js
index 5dcbfda..9b752dd 100644
--- a/web/webpack.config.js
+++ b/web/webpack.config.js
@@ -19,7 +19,6 @@
  */
 
 /* eslint-env node */
-/* eslint-disable import/unambiguous */
 
 const path = require('path');