code-quality-tools
code-quality-tools copied to clipboard
Monorepo with some frequently-used configurations we use on projects π¨
Since v10 css-in-js is builtin in [Stylelint](https://github.com/stylelint/stylelint#features) https://github.com/styled-components/stylelint-processor-styled-components/issues/278
The `stylelint` tool supports linting raw CSS and Less files. We should make use of it! Let's rename `stylelint-config-styled-components` to just `stylelint-config` and add a generic configuration for CSS and...
https://github.com/danger/danger-js You can: - Enforce CHANGELOGs - Enforce links to Trello/JIRA in PR/MR bodies - Enforce using descriptive labels - Look out for common anti-patterns - Highlight interesting build artifacts...
> When you commit with Commitizen, you'll be prompted to fill out any required commit fields at commit time. No more waiting until later for a git commit hook to...
See 47bfb8c for details about why we should probably work on improving the ruleset authoring experience. Boogs like these should not be possible to introduce into a package used by...
https://github.com/Rantanen/eslint-plugin-xss
Bumps [eslint-plugin-react-native-a11y](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y) from 2.0.4 to 3.3.0. Release notes Sourced from eslint-plugin-react-native-a11y's releases. v3.2.1 π Bugfixes π update fixer for has-valid-accessibility-descriptors [(#136)](FormidableLabs/eslint-plugin-react-native-a11y#136) v3.2.0 β¨ New Features β¨ make has-valid-accessibility-descriptors fixable [(#131)](FormidableLabs/eslint-plugin-react-native-a11y#131)...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 18.6.1. Release notes Sourced from @βcommitlint/cli's releases. v18.6.1 18.6.1 (2024-02-13) Bug Fixes update dependency semver to v7.6.0 (#3900) (df33003) update dependency tar-fs to v3.0.5 (#3903)...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
ESLint is [deprecating its formatting rules](https://eslint.org/blog/2023/10/deprecating-formatting-rules/). We need to find an alternative.