node-jslint icon indicating copy to clipboard operation
node-jslint copied to clipboard

bug in jslint version 2012-02-03

Open arehman849 opened this issue 5 years ago • 0 comments

https://github.com/douglascrockford/JSLint/issues/247

evalmachine.:2574 s.string = s; ^

TypeError: Cannot create property 'string' on string '(begin)' image

i assume the highlighted expression must be "x.string = s" i am using "jslint-2012-02-03.js" file

the reason behind picking the older version of jslint file is due to the project compatibility this project of mine is quite a old and when it was started i integrated it with the same version of file, using the newer version is failing my builds in jenkins and reports enormous errors related to whitespaces, mixed spaces and indentation. can u kindly suggest any alternative solutions for this

updating to newer version of jslint is not an option. i have about 7 branches of code with 30k+ files in each using older version of jslint. @smikes could you please help me fixing this issue.

arehman849 avatar Feb 13 '19 03:02 arehman849