Author Topic: ParamQuery Pro - eslint error  (Read 1697 times)

WHD-ITMOD

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 5
    • View Profile
ParamQuery Pro - eslint error
« 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: ParamQuery Pro - eslint error
« Reply #1 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

WHD-ITMOD

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: ParamQuery Pro - eslint error
« Reply #2 on: June 10, 2020, 10:31:56 pm »

Thanks!