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
Modernize used node and a few other packages, add eslint and enforce sorting includes
* Add eslint and sort includes
This is code health CL, it foster code health by adding linter that can
verify keeping consistent style and avoiding some kind of error. It also
adds prettier plugin that sorts includes when as usual run with `npm run
lint` and fixes some audit issues. The code also updates developer
dependency packages versions and the node version.
* Updating package-lock.json
* Undo removing line
* Make package-lock.json smaller
* Update Luke's name
Co-authored-by: Zgroza (Luke) Klimek <zgroza@google.com>
* Update node and prettier version
* Fixing Editor's Copy and prettier workflow check
* Prettier workflow problems
* Try with older prettier-actions
* Add plugin to prettier on command level
* Customized worflow to workaround prettier-actions external plugins bug
* Sorry, i cannot test workflow locally...
* Sorry, I cannot test workflow locally... p.2
* Another workflow try...
* I'll squash it later...
* Typo
* Use npx
* Use glob path
* Maybe separate test will help
* Maybe separate test will help p.2
* Where it starts?
* Simple path typo
* Use working directory of prettier actions
* Manual workflow
* Manual workflow nit
* Manual workflow nit2
* No cache - simple better
---------
Co-authored-by: Zgroza (Luke) Klimek <zgroza@google.com>
0 commit comments