
Product
Socket Now Supports pylock.toml Files
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
eslint-config-rohan
Advanced tools
A shareable ESLint config for TypeScript projects.
Run npm install
to install the project dependencies.
npm version patch
(replace patch
as necessary) to increase the version number.git push && git push --tags
to push the version commit and tag.npm publish
to publish the new version.@typescript-eslint/no-extraneous-class
@typescript-eslint/no-floating-promises
@typescript-eslint/no-unnecessary-condition
@typescript-eslint/strict-boolean-expressions
@typescript-eslint/unbound-method
@typescript-eslint/no-extra-parens
β extra parentheses sometimes aid readability.@typescript-eslint/no-magic-numbers
β difficult to follow, especially in existing projects.@typescript-eslint/no-type-alias
β partly handled by @typescript-eslint/consistent-type-definitions
.@typescript-eslint/prefer-readonly
β team decision.@typescript-eslint/no-unused-vars
β noUnusedLocals
and noUnusedParameters
.@typescript-eslint/typedef
β noImplicitAny
.getter-return
β ts(2378).no-dupe-args
β ts(2300).no-dupe-keys
β ts(1117).no-func-assign
β ts(2539).no-import-assign
β ts(2539).no-unreachable
β ts(7027).valid-typeof
β ts(2367).no-async-promise-executor
β unnecessary with @typescript-eslint/no-misused-promises
.@typescript-eslint/ban-types
@typescript-eslint/member-naming
@typescript-eslint/member-ordering
FAQs
A shareable ESLint config for TypeScript projects.
We found that eslint-config-rohan demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Β It has 1 open source maintainer 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
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Research
Security News
Malicious Ruby gems typosquat Fastlane plugins to steal Telegram bot tokens, messages, and files, exploiting demand after Vietnamβs Telegram ban.