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
Correct me if I'm wrong, but AFAIK (I've only read some source files), none of the *.js files have type annotations, let alone type-checking (such as //@ts-check or jsconfig.json from TypeScript). I find this quite surprising considering the quality and complexity of uBO source code.
Should I open an issue about this? I'm willing to help, by adding some JSDoc.
BTW, why are there 2 linters (jshint and eslint)? Why not simply use 1 with more lints enabled?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Correct me if I'm wrong, but AFAIK (I've only read some source files), none of the
*.js
files have type annotations, let alone type-checking (such as//@ts-check
orjsconfig.json
from TypeScript). I find this quite surprising considering the quality and complexity of uBO source code.Should I open an issue about this? I'm willing to help, by adding some JSDoc.
BTW, why are there 2 linters (
jshint
andeslint
)? Why not simply use 1 with more lints enabled?Beta Was this translation helpful? Give feedback.
All reactions