You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The local variable with name scheduler does a lint error. Needs to distinguish local and window variables.
Current version: "eslint-plugin-compat": "4.1.4".
Example:
....schedulers.map((scheduler)=>{// scheduler is not supported in Safari 14.1, iOS Safari 12.2-12.5 eslint compat/compatconstschedulerData=scheduler.type....
The text was updated successfully, but these errors were encountered:
rostber
changed the title
Wrong patter for scheduler local variables
Wrong pattern for scheduler local variables
Jul 25, 2023
rostber
changed the title
Wrong pattern for scheduler local variables
Wrong pattern for scheduler local variable
Jul 25, 2023
The local variable with name
scheduler
does a lint error. Needs to distinguish local and window variables.Current version: "eslint-plugin-compat": "4.1.4".
Example:
The text was updated successfully, but these errors were encountered: