Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@groww-tech/eslint-plugin-internal
Advanced tools
ESLint Plugin with customized rules as per requirement and preferences of devs in Groww.
ESLint Plugin with customized rules as per requirement and preferences of devs in Groww.
You'll first need to install ESLint:
$ npm i eslint @typescript-eslint/parser --save-dev
Next, install @groww-tech/eslint-plugin-internal
:
$ npm install @groww-tech/eslint-plugin-internal --save-dev
Add internal
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"@groww-tech/eslint-plugin-internal"
]
}
Then configure the rules you want to use under the rules section.
{
"parser": "@typescript-eslint/parser",
"rules": {
"@groww-tech/internal/two-line-above-function":"error",
}
}
avoid-negation-unary-if-else
padded-blocks-bottom-if-else-try-catch
prefer-type-alias
two-line-above-function
two-line-between-class-members
This plugin is for use in Groww projects. Use at your own risk.
FAQs
ESLint Plugin with customized rules as per requirement and preferences of devs in Groww.
We found that @groww-tech/eslint-plugin-internal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.