Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
@jenkins-cd/eslint-config-jenkins
Advanced tools
ESLint configurations for Jenkins JavaScript projects.
We are hoping that people will try taking these and using them as they are. It would be nice for all Jenkins related JavaScript code to follow the same standards as much as possible.
Note: If using
@jenkins-cd/js-builder
, there's typically no need to specify a.eslintrc
file.@jenkins-cd/js-builder
will automatically lint using one of the following configurations, using the builder instancelang
setting (defaultes6
), or will usereact
if it detects.jsx
files in the builder source paths.
.eslintrc
:
{
"extends": "@jenkins-cd/jenkins/es6"
}
Note: Applied by default if using
@jenkins-cd/js-builder
i.e. no need to specify the.eslintrc
file.
.eslintrc
:
{
"extends": "@jenkins-cd/jenkins/es5"
}
Note: Applied by
@jenkins-cd/js-builder
if the builder instance lang ises5
(builder.lang('es5')
).
.eslintrc
:
{
"extends": "@jenkins-cd/jenkins/react"
}
Note: Applied by
@jenkins-cd/js-builder
if the builder instance lang isreact
(builder.lang('react')
), or if.jsx
files are detected in any of the source paths.
FAQs
Jenkins JavaScript ESLint configuration
We found that @jenkins-cd/eslint-config-jenkins demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.