code-quality-tools icon indicating copy to clipboard operation
code-quality-tools copied to clipboard

Monorepo with some frequently-used configurations we use on projects 🎨

Results 38 code-quality-tools issues
Sort by recently updated
recently updated
newest added

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

enhancement
help wanted
good first issue
dependencies

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...

enhancement
help wanted

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...

enhancement
help wanted

> 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...

enhancement
good first issue

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...

enhancement
help wanted

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)...

dependencies

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)...

dependencies

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...

dependencies

ESLint is [deprecating its formatting rules](https://eslint.org/blog/2023/10/deprecating-formatting-rules/). We need to find an alternative.

enhancement