Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-beautiful-sort

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-beautiful-sort - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "eslint-plugin-beautiful-sort",
"version": "1.0.0",
"version": "1.0.1",
"description": "eslint plugin for import sort",

@@ -5,0 +5,0 @@ "main": "src/index.js",

# eslint-plugin-beautiful-sort
## eslint plugin for es6 imports sort by order like eslnt/sort-imports with fix option
```usage: "beautiful-sort/imports": [2, { "special": ["react"] }, "order": ["special", "default", "defaultObj", "obj", "none"] ]```
```usage: "beautiful-sort/import": [2, { "special": ["react"] }, "order": ["special", "default", "defaultObj", "obj", "none"] ]```
const sortImports = require('./rules/sort-imports/sort-imports');
module.exports = {
import: sortImports
rules: {
import: sortImports
}
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc