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
It'd be nice to start working towards integrating some common toolchain-things in jk itself. This is taking the nice properties of the go toolchain which integrates linting, formatting, testing, ... and doesn't need the user to do anything.
We could:
embed eslint in the standard library and call it from a jk lint command
ship a default .eslintrc (and .eslintrc-ts)
Allow overrides if the user wants something different, namely local config files take precedence over the embedded one.
The text was updated successfully, but these errors were encountered:
It'd be nice to start working towards integrating some common toolchain-things in
jk
itself. This is taking the nice properties of the go toolchain which integrates linting, formatting, testing, ... and doesn't need the user to do anything.We could:
jk lint
command.eslintrc
(and.eslintrc-ts
)The text was updated successfully, but these errors were encountered: