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
Prettier has a stance of not changing ASTs, so I guess that'd be off. ESLint has no-useless-concat, but sadly no fixer for it. This is easy to do even without a postprocessor though, so maybe we should just write the code.
Due to the way we construct type conversions, oftentimes we see unidiomatic code like
webidl2js/test/__snapshots__/test.js.snap
Line 167 in 7d45dfc
Related to this is #204, but this seems mostly orthogonal and more tractable.
The text was updated successfully, but these errors were encountered: