eslint-plugin-beautiful-sort
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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 | ||
} | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7664
238