
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
eslint-config-udemy-basics
Advanced tools
This configuration provides a basis for any ES2015 JavaScript code developed at Udemy.
It is mainly used by udemy/website-django/e2e.
Install ESLint locally.
$ yarn add eslint --dev
Install the Udemy Basic ESLint Config locally.
$ yarn add eslint-config-udemy-basics --dev
Add an extends section to your .eslintrc.js and specify udemy-basics as an extended configuration.
You can additionally adjust rules by overriding them in your rules section. E.g.:
// At .eslintrc.js
module.exports = {
'extends': ['udemy-basics'],
rules: {
'promise/catch-or-return': 'off',
},
};
See Contributing.
FAQs
Udemy's Base ESLint configuration
The npm package eslint-config-udemy-basics receives a total of 339 weekly downloads. As such, eslint-config-udemy-basics popularity was classified as not popular.
We found that eslint-config-udemy-basics 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.