nvimdev / guard-collection

collection the tools config for guard
MIT License
31 stars 9 forks source link

feat: update node package call from #42

Closed BBboy01 closed 4 months ago

BBboy01 commented 4 months ago

Checklist (adding a new tool):

In frontend project, linter and formatter with different versions defined in package.json, we need use npx to use project scope script to run instead of the global one.

eslint v9 only support eslint.config.js, eslint.config.cjs and eslint.config.mjs

BBboy01 commented 4 months ago

seems like flake_8 diagnostic format differed as version update, I fixed it btw

BBboy01 commented 4 months ago

luacheck broken too...

xiaoshihou514 commented 4 months ago

I will fix detekt tests some time later...