eslint-plugin-sort-destructure-keys
eslint-plugin-sort-destructure-keys copied to clipboard
ESLint plugin to check if keys should be sorted in an object pattern.
If you have a default value in your destructure that is an object or another variable then this will not raise a lint warning or attempt to fix. Here is...
ESlint v9 was recently released https://eslint.org/blog/2024/04/eslint-v9.0.0-released/ It includes breaking changes for plugins https://eslint.org/docs/latest/use/migrate-to-9.0.0#breaking-changes-for-plugin-developers Could support for ESLint v9 be added to this plugin?
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.9 to 7.23.2. Release notes Sourced from @babel/core's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.51.0. Release notes Sourced from eslint's releases. v8.51.0 Features 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#17569) (Domantas Petrauskas) 977e67e feat: logical-assignment-operators to...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.22.9 to 7.22.15. Release notes Sourced from @babel/eslint-parser's releases. v7.22.15 (2023-09-04) :bug: Bug Fix babel-core #15923 Only perform config loading re-entrancy check for cjs (@nicolo-ribaudo) :house: Internal...
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.3. Release notes Sourced from prettier's releases. 3.0.3 🔗 Changelog 3.0.2 🔗 Changelog 3.0.1 🔗 Changelog 3.0.0 diff 🔗 Release note 3.0.0-alpha.6 What's Changed Update...
The rule throws an error on dynamic key destructuring like so. ```javascript const {prop1, prop2, [propkey1]: prop3, [propkey2]: prop4} = object; ``` Whole eslint chokes on this line if sort-destructure-keys...
Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.9 to 7.24.5. Release notes Sourced from @babel/core's releases. v7.24.5 (2024-04-29) Thanks @romgrk and @sossost for your first PRs! :bug: Bug Fix babel-plugin-transform-classes, babel-traverse #16377 fix: TypeScript...