
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
@poool/eslint-plugin
Advanced tools
Custom set of ESLint rules we need and enforce at Poool
yarn add eslint @poool/eslint-plugin --dev
Load the plugin in your .eslintrc.json
file:
{
"plugins": ["@poool/eslint-plugin"]
}
Finally, enable all the rules you would like to use (don't forget to disable the corresponding core rule!):
{
"rules": {
"no-extra-parens": "off",
"@poool/no-extra-parens": "error",
"no-unneeded-ternary": "off",
"@poool/no-unneeded-ternary": "error"
}
}
Name | Description | Docs |
---|---|---|
@poool/camelcase | camelcase , but doesn't complain about optional chaining | documentation |
@poool/no-extra-parens | no-extra-parens , but allows conditional spreads to be wrapped with parentheses | documentation |
@poool/no-unneeded-ternary | no-unneeded-ternary , but with an extra condition to disallow ternary expressions as expression statements | documentation |
This plugin exports a recommended configuration that enforces some of our rules.
To enable this configuration use the extends
property in your .eslintrc.json
config file:
{
"extends": ["plugin:@poool/eslint-plugin/recommended"]
}
FAQs
Custom set of ESLint rules we need and enforce at Poool
The npm package @poool/eslint-plugin receives a total of 1,094 weekly downloads. As such, @poool/eslint-plugin popularity was classified as popular.
We found that @poool/eslint-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.