
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
eslint-plugin-jsort
Advanced tools
ESLint plugin with rules to sort imports effortlessly.
$ npm install eslint-plugin-jsort
This rule sorts & formats import declaration with a lot of flexibility using eslint --fix.
JavaScript imports are frustrating and this tries to make them a bit easier to work with. Feel free to post any issues/suggestions you might have with the plugin on the issue tracker.
$ npm i eslint --save-dev
eslint-plugin-jsort:$ npm install eslint-plugin-jsort --save-dev
jsort to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:{
"plugins": ["jsort"]
}
{
"rules": {
"jsort/sort-imports": [
"error",
{
/* `sort-imports` Additional Configuration */
}
],
"jsort/normalize-import-source": [
"error",
{
/* `normalize-import-source` Additional Configuration */
}
]
}
}
sort-imports Additional Configuration" see jsort/sort-imports docs.normalize-import-source Additional Configuration" see jsort/normalize-import-source docssort-imports RuleFAQs
Sort imports effortlessly.
We found that eslint-plugin-jsort 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.