Gathering detailed insights and metrics for eslint-config-biglemon
Gathering detailed insights and metrics for eslint-config-biglemon
Gathering detailed insights and metrics for eslint-config-biglemon
Gathering detailed insights and metrics for eslint-config-biglemon
npm install eslint-config-biglemon
Typescript
Module System
Node Version
NPM Version
42.1
Supply Chain
59.6
Quality
69
Maintenance
100
Vulnerability
94.8
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
21 Commits
2 Watchers
7 Branches
1 Contributors
Updated on Jun 01, 2020
Latest Version
1.0.1
Package Id
eslint-config-biglemon@1.0.1
Unpacked Size
53.81 kB
Size
15.32 kB
File Count
4
NPM Version
6.4.1
Node Version
11.2.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
yarn add --dev eslint-config-biglemon
Then include this in your package.json
"eslintConfig": {
"extends": "biglemon"
},
{
"editor.formatOnSave": true,
// turn it off for JS and JSX, we will do this via eslint
"[javascript]": {
"editor.formatOnSave": false
},
"[javascriptreact]": {
"editor.formatOnSave": false
},
// tell the ESLint plugin to run on save
"editor.codeActionsOnSave": {
"source.fixAll": true
},
// Optional BUT IMPORTANT: If you have the prettier extension enabled for other languages like CSS and HTML, turn it off for JS since we are doing it through Eslint already
"prettier.disableLanguages": ["javascript", "javascriptreact"],
"prettier.jsxSingleQuote": true,
"prettier.useTabs": true,
"editor.insertSpaces": false
}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no SAST tool detected
Details
Reason
Found 0/21 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
19 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More