appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.77k stars 3.63k forks source link

[Bug]: too many lint error on error log #25133

Open AnandiKulkarni opened 1 year ago

AnandiKulkarni commented 1 year ago

Is there an existing issue for this?

Description

add below line of code and see to may lines of lint error on error log this.myVar1.concat(')

Screenshot 2023-07-05 at 5 42 20 PM

Steps To Reproduce

Add give code and verify the error log

Public Sample App

No response

Environment

Release

Issue video log

No response

Version

cloud

ohansFavour commented 1 year ago

This is an issue with JSHint

Screenshot 2023-07-18 at 16 35 32

ESLint shows only 1 error

Screenshot 2023-07-18 at 16 37 05

I have added this to the list of issues to be tackled with https://github.com/appsmithorg/appsmith/issues/23805