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
I just opened this #55 to remove irregular white spaces, and noticed that this repo currently does not have any linting rules. I might be useful to add to avoid future white space issues, but also help guide contributors with adopting your js style.
The text was updated successfully, but these errors were encountered:
Right, I use linters in all of my other JavaScript libraries indeed. The idea here was that most of the code is automatically generated using Jison in a format I don't control, so that a linter would not really contribute much. In #55, the issue is in lib/sparql.jison, which a linter would not catch.
However, I might do some very light linting on the result then, to check for things such as irregular whitespace.
I just opened this #55 to remove irregular white spaces, and noticed that this repo currently does not have any linting rules. I might be useful to add to avoid future white space issues, but also help guide contributors with adopting your js style.
The text was updated successfully, but these errors were encountered: