
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
eslint-plugin-sort-decorators
Advanced tools
An ESLint plugin to sort decorators
First, the peer dependencies must be installed:
npm i --save-dev typescript eslint @typescript-eslint/parser
Next, install eslint-plugin-sort-decorators
:
npm i --save-dev eslint-plugin-sort-decorators
As this plugin only works with typescript, the parser must be set in a .eslintrc file:
{
"parser": "@typescript-eslint/parser"
}
The plugin can then be activated by adding sort-decorators
to the plugins
property:
{
"plugins": ["sort-decorators"]
}
The different rules can be defined as follows:
{
"rules": {
"sort-decorators/sort-on-classes": "error"
}
}
Or simply extends a configuration preset:
{
"extends": ["plugin:sort-decorators/recommended"]
}
Name | Description |
---|---|
plugin:sort-decorators/recommended | Enables all rules with a warn security level. |
plugin:sort-decorators/strict | Enables all rules with a error security level and autoFix . |
All this configuration can be done on a
override
section: https://eslint.org/docs/latest/use/configure/configuration-files#how-do-overrides-work
š¼ Configurations enabled in.
ā ļø Configurations set to warn in.
ā
Set in the recommended
configuration.
š Set in the strict
configuration.
š§ Automatically fixable by the --fix
CLI option.
Name | Description | š¼ | ā ļø | š§ |
---|---|---|---|---|
sort-on-accessors | Enforces order of accessors decorators | š | ā | š§ |
sort-on-classes | Enforces order of class decorators | š | ā | š§ |
sort-on-methods | Enforces order of methods decorators | š | ā | š§ |
sort-on-parameters | Enforces order of parameters decorators | š | ā | š§ |
sort-on-properties | Enforces order of properties decorators | š | ā | š§ |
See information about breaking changes and release notes here.
FAQs
An ESLint plugin to sort decorators
The npm package eslint-plugin-sort-decorators receives a total of 71 weekly downloads. As such, eslint-plugin-sort-decorators popularity was classified as not popular.
We found that eslint-plugin-sort-decorators demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Ā It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.