@putout/plugin-sort-ignore
🐊Putout plugin sorts ignore
Last updated 2 months ago by coderaiser .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @putout/plugin-sort-ignore 
SYNC missed versions from official npm registry.

@putout/plugin-sort-ignore NPM version

????Putout plugin sorts ignore.

Checkout in ????Putout Editor. Merged with @putout/operator-sort-ignore.

Install

npm i @putout/plugin-sort-ignore -D

Rules

{
    "rules": {
        "sort-ignore": "on"
    }
}

❌ Example of incorrect code

node_modules
*.swp
yarn-error.log
yarn.lock
.idea
.DS_Store
deno.lock

coverage
.filesystem.json

✅ Example of correct code

.idea
.filesystem.json
.DS_Store

*.swp

yarn-error.log
yarn.lock
deno.lock

node_modules
coverage

License

MIT

Current Tags

  • 1.0.2                                ...           latest (2 months ago)

2 Versions

  • 1.0.2                                ...           2 months ago
  • 1.0.0                                ...           2 months ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (8)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |