code-quality-tools
code-quality-tools copied to clipboard
Monorepo with some frequently-used configurations we use on projects 🎨
The old cascading config is deprecated as of ESLint 9 which was just released as alpha. We need to migrate our ESLint configuration to the new, [flat eslint config](https://eslint.org/blog/2023/10/flat-config-rollout-plans/) format.
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 22.0.0 to 36.0.0. Release notes Sourced from stylelint-config-standard's releases. 36.0.0 Removed: stylelint less than 16.1.0 from peer dependencies. Added: lightness-notation: "percentage" rule. 35.0.0 Removed: stylelint less than...
Bumps [textlint-rule-terminology](https://github.com/sapegin/textlint-rule-terminology) from 2.1.6 to 4.0.1. Release notes Sourced from textlint-rule-terminology's releases. v4.0.1 4.0.1 (2023-11-06) Bug Fixes Fix word detection at end of line (#72) (78b8dee) v4.0.0 4.0.0 (2023-09-01) Bug...
Reason: ESLint v8 is nearing EOL. https://eslint.org/blog/2024/09/eslint-v8-eol-version-support
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.1 to 8.31.1. Release notes Sourced from @typescript-eslint/parser's releases. v8.31.1 8.31.1 (2025-04-28) 🩹 Fixes eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081) ❤️ Thank You Kirk Waiblinger @kirkwaiblinger...
Bumps [axios](https://github.com/axios/axios) from 1.6.7 to 1.8.4. Release notes Sourced from axios's releases. Release v1.8.4 Release notes: Bug Fixes buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0) Contributors to this release...
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.6.2 to 17.17.0. Release notes Sourced from eslint-plugin-n's releases. v17.17.0 17.17.0 (2025-03-26) 🌟 Features allow-modules: include virtual: in the modules pattern (#425) (a109793) node-builtin: Add support for...
Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.8.0 to 6.10.2. Release notes Sourced from eslint-plugin-jsx-a11y's releases. v6.10.2 What's Changed [Tests] Add tests to reinforce required attributes for role="heading" by @lb- in jsx-eslint/eslint-plugin-jsx-a11y#1022 [Tests] label-has-associated-control:...