eslint-plugin-sort-keys-fix icon indicating copy to clipboard operation
eslint-plugin-sort-keys-fix copied to clipboard

Fork of https://eslint.org/docs/rules/sort-keys that allows automatic fixing

Results 24 eslint-plugin-sort-keys-fix issues
Sort by recently updated
recently updated
newest added

Unfortunately, the [`allowLineSeparatedGroups`](https://eslint.org/docs/latest/rules/sort-keys#options) option introduced with [[email protected]](https://github.com/eslint/eslint/releases/tag/v8.21.0) (https://github.com/eslint/eslint/pull/16138) for `sort-keys` is also not supported and conflicts with the current documentation in the README: > For available config options, see [official...

Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Reword the override configuration describing how to target specific extensions. Makes it more clear that the user must remove the sort-keys-fix rule from `rules`.

The install process was stuck due to a 404 while trying to fetch this package: eslint-plugin-tyrecheck. I've removed babel-eslint since it's known to be deprecated and I've integrated @babel/eslint-parser instead...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

ESLint v8.0.0 is [released](https://eslint.org/blog/2021/10/eslint-v8.0.0-released) πŸŽ‰ It would be awesome to have official ESLint 8 support. πŸ‘Š I'm happy to help where I can of course πŸ™‚

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Thanks for writing this! I noticed when running this on our large codebase that it fails to convert larger objects in one invocation. For example, after running `eslint --fix` on...