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
Hello @kavyakapoor420 , That is the issue in this. Prettier format can be resolved easily but for the return type error, we have to oveerride the ts-specific rule of returning type in js files. This can be done via either changing the esling config file to ignore the rule for file with ".js" extention (approach i have used in my PR) or adding some TSDoc in the file and forcing return types for functions. Hope you understood.
Describe the bug
File
scripts/githooks/check-localstorage-usage.js
fails eslint and prettier formattingTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Actual behavior
Screenshots
Additional details
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: