
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
eslint-plugin-udemy
Advanced tools
This package has Udemy specific ESLint rules.
Install ESLint locally.
$ yarn add eslint --dev
Install the Udemy ESLint Plugin locally.
$ yarn add eslint-plugin-udemy --dev
Add a plugins section to your .eslintrc.js and specify udemy as a plugin.
You can then add the rules provided by this plugin to your rules section.
angular.module name to match relative file path._.noop or () => {} over Function.prototype.setTimeout usages.then calls in favor of async / await.See Contributing.
Just follow the approach described in the top-level Contributing section, and do not forget to update
both the rule-specific README.md file and this package's
List of provided rules section.
This repository has a set of custom ESLint rules implemented in the rules
folder. In order to create a new rule, you should:
rules folder with the desired rule name.index.js file, following the existing examples. You can also refer to ESLint's
Working with Rules documentation to learn
more.tests.js file with tests for the rule (once again, following the existing
examples).
again following existing examples. You can refer to ESLint's
RuleTester documentation to learn more.README.md file that describes the details of the rule, based on the
RULE_README_TEMPLATE.md file.FAQs
Udemy's ESLint plugin
The npm package eslint-plugin-udemy receives a total of 356 weekly downloads. As such, eslint-plugin-udemy popularity was classified as not popular.
We found that eslint-plugin-udemy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.