ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: WHD-ITMOD on June 10, 2020, 05:24:47 am

Title: ParamQuery Pro - eslint error
Post 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
Title: Re: ParamQuery Pro - eslint error
Post by: paramvir on June 10, 2020, 08:45:30 am
Adding this at the top of pqgrid.min.js file might resolve the error.

Code: [Select]
/* eslint-disable */

https://stackoverflow.com/questions/34764287/turning-off-eslint-rule-for-a-specific-file
Title: Re: ParamQuery Pro - eslint error
Post by: WHD-ITMOD on June 10, 2020, 10:31:56 pm

Thanks!