eslint-plugin-perfectionist
Code sorter
A plugin for ESLint that enforces consistent code formatting and organization through rules-based sorting of various data structures.
☂️ ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.
2k stars
9 watching
44 forks
Language: TypeScript
last commit: 2 days ago
Linked from 1 awesome list
eslinteslint-plugineslint-rulesperfectionist
Related projects:
Repository | Description | Stars |
---|---|---|
leo-buneev/eslint-plugin-sort-keys-fix | A tool to automatically fix objects in JavaScript code with sorted keys | 97 |
lydell/eslint-plugin-simple-import-sort | Automatically sorts imports and exports in JavaScript code to improve readability and organization | 2,146 |
unlight/eslint-plugin-nestjs | ESLint plugin providing rules to enforce coding standards and best practices in NestJS projects | 40 |
eslint-functional/eslint-plugin-functional | An ESLint plugin to enforce functional programming and prevent mutation in JavaScript and TypeScript codebases. | 857 |
darraghoriordan/eslint-plugin-nestjs-typed | A set of ESLint rules to help detect and prevent common issues in NestJS applications written in TypeScript. | 177 |
cunarist/eslint-config-clean-typescript | An ESLint configuration to enforce classic JavaScript features in TypeScript by banning excessive keywords | 1 |
nkt/eslint-plugin-es5 | A plugin that helps developers maintain older JavaScript codebase conventions by enforcing strict rules and restrictions. | 54 |
paleite/eslint-plugin-diff | A plugin that enables selective ESLint checks on modified code changes during pull requests or continuous integration | 187 |
purely-functional/eslint-plugin-pure | Enforces purely functional programming practices in JavaScript code by disallowing certain constructs and enforcing best practices. | 29 |
mathematic-inc/eslint-plugin-padding | A plugin that configures spacing between statements in code to improve readability. | 5 |
iliubinskii/eslint-plugin-misc | A collection of ESLint rules for JavaScript and TypeScript files. | 10 |
dangreenisrael/eslint-plugin-jest-formatting | A plugin for ESLint that provides formatting rules to ensure consistency and readability in Jest test suites. | 156 |
mysticatea/eslint-plugin | Provides a set of ESLint configurations and additional rules to enforce coding standards and detect bugs in JavaScript projects. | 26 |
yarax/eslint-plugin-typelint | An ESLint plugin for static type checking in JavaScript based on JSDoc and data structures common in software development. | 175 |
eslint-community/eslint-plugin-es-x | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 121 |