Skip to content

Commit

Permalink
docs: add lint-staged to preferred manifest (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Namchee authored Nov 17, 2024
1 parent f8e7b19 commit 5560f17
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ESLint plugin.
- [`ìnvariant`](./invariant.md)
- [`is-builtin-module`](./is-builtin-module.md)
- [`jQuery`](./jquery.md)
- [`lint-staged`](./lint-staged.md)
- [`lodash`, `underscore` and related](./lodash-underscore.md)
- [`MaterializeCSS`](./materialize-css.md)
- [`make-dir`](./mkdirp.md)
Expand Down
11 changes: 11 additions & 0 deletions docs/modules/lint-staged.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# lint-staged

[lint-staged](https://github.com/lint-staged/lint-staged) can be replaced with smaller and faster alternatives

# Replacements

## nano-staged

[nano-staged](https://github.com/usmanyunusov/nano-staged) offers the same API while being much smaller and slighty faster

[Project Page](https://github.com/usmanyunusov/nano-staged)[npm](https://www.npmjs.com/package/nano-staged)
6 changes: 6 additions & 0 deletions manifests/preferred.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@
"docPath": "jquery",
"category": "preferred"
},
{
"type": "documented",
"moduleName": "lint-staged",
"docPath": "lint-staged",
"category": "preferred"
},
{
"type": "documented",
"moduleName": "lodash",
Expand Down

0 comments on commit 5560f17

Please sign in to comment.