code-quality-tools
code-quality-tools copied to clipboard
Monorepo with some frequently-used configurations we use on projects 🎨
- [ ] add https://github.com/mdx-js/eslint-mdx - [ ] how to integrate with our rules (maybe create a preset)
https://github.com/loeffel-io/ls-lint Written in Go but clearly aimed at JS/front-end dev use cases. ls-lint provides a way to enforce rules for file naming and directory structures.
**TODO**: - install `@strv/stylelint-config-base`
**TODO**: - install `@strv/stylelint-config-base`
**TODO**: - install `@strv/stylelint-config-base`
@robertrossmann can you please bump the version here too? 🙂 It is failing though might because of the `warn`? I am not sure if this is the config that wanted...
Security
There is snyk, there is this little guy: https://github.com/lirantal/is-website-vulnerable Should we consider adding these tools to this monorepo?
Let's create an action that could be used on our repositories regardless if it's a frontend, backend, or any other (non-javascript) platform! The idea is simple - to minify typos...
CLI
iOS guys are using https://fastlane.tools/ :) I think before we jump into CLI development, we should examine, what is the correct way, so it could be used universally on any...
JSDoc rules in ESLint have been deprecated. We might want to move to [`eslint-plugin-jsdoc`](https://github.com/gajus/eslint-plugin-jsdoc) via a new configuration file in the `eslint-config-base` ruleset (JSDoc validation might be useful in all...