ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: WHD-ITMOD on June 10, 2020, 05:24:47 am
-
Hello,
Pro version files are located in ./src/pqgrid7.2.0.
Jenkins build throws the following error, which is breaking the build.
ERROR in ./src/pqgrid7.2.0/pqgrid.min.js
Module build failed: Module failed because of a eslint error.
Appreciate your help.
Thanks
-
Adding this at the top of pqgrid.min.js file might resolve the error.
/* eslint-disable */
https://stackoverflow.com/questions/34764287/turning-off-eslint-rule-for-a-specific-file
-
Thanks!