Skip to content

Commit

Permalink
add jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jun 30, 2024
1 parent cae0aaf commit 78900ad
Show file tree
Hide file tree
Showing 3 changed files with 24 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 @@ -21,6 +21,7 @@ ESLint plugin.
- [`eslint-plugin-node`](./eslint-plugin-node.md)
- [`eslint-plugin-react`](./eslint-plugin-react.md)
- [`is-builtin-module`](./is-builtin-module.md)
- [`jQuery`](./jquery.md)
- [`lodash`, `underscore` and related](./lodash-underscore.md)
- [`MaterializeCSS`](./materialize-css.md)
- [`moment.js`](./momentjs.md)
Expand Down
17 changes: 17 additions & 0 deletions docs/modules/jquery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# jQuery

jQuery is a great project that at one time greatly simplified the life of web developers. However, now almost all features from this project can be easily replaced with native JavaScript methods so it makes little sense to load a dependency this large to provide them.

# Replacements

## You might not need jQuery

Here you could read how to replace jQuery in your project.

[Project Page](https://youmightnotneedjquery.com/)

## You (Might) Don't Need jQuery

Here you could read how to replace jQuery in your project.

[Project Page](https://github.com/camsong/You-Dont-Need-jQuery)
6 changes: 6 additions & 0 deletions manifests/preferred.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
"docPath": "is-builtin-module",
"category": "preferred"
},
{
"type": "documented",
"moduleName": "jquery",
"docPath": "jquery",
"category": "preferred"
},
{
"type": "documented",
"moduleName": "lodash",
Expand Down

0 comments on commit 78900ad

Please # to comment.