Gathering detailed insights and metrics for eslint-config-bevry
Gathering detailed insights and metrics for eslint-config-bevry
Gathering detailed insights and metrics for eslint-config-bevry
Gathering detailed insights and metrics for eslint-config-bevry
Bevry's ESLint configuration is an adaptive configuration that automatically configures ESLint
npm install eslint-config-bevry
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
4 Stars
449 Commits
2 Watchers
1 Branches
4 Contributors
Updated on Nov 01, 2023
Latest Version
5.5.0
Package Id
eslint-config-bevry@5.5.0
Unpacked Size
57.91 kB
Size
16.82 kB
File Count
9
NPM Version
10.2.3
Node Version
20.10.0
Published on
Jan 02, 2024
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
1
Bevry's ESLint configuration is an adaptive configuration that automatically configures ESLint based on the following:
eslint-plugin-react
and configures it with its recommended rules and the react version you are usingeslint-plugin-react-hooks
and configures it with its recommended ruleseslint-plugin-typescript
typescript-eslint-parser
eslint-plugin-babel
, then configure ESLint for it
babel-eslint
, then configure ESLint for iteslint-config-prettier
eslint-plugin-prettier
and configures it with its recommended rulesTo make use of it, you must first install it as a development dependency:
1npm install --save-dev eslint-config-bevry
Then for full automatic usage, the only ESLint configuration you will need is to add the following to your package.json
file:
1{ 2 "eslintConfig": { 3 "extends": ["bevry"] 4 } 5}
If you would like more control, rather than extending bevry
directly, you can extend the individual parts instead:
bevry/rules
contains the rules for our coding standard, you can use or not use this to your likingbevry/adapt
contains the adaptive configuration, this should be the last extension you applyTo ensure it is working, compare the results of the following command with what you would expect:
1npx eslint --print-config .
Discover the release history by heading on over to the HISTORY.md
file.
Discover how to contribute via the CONTRIBUTING.md
file.
Unless stated otherwise all works are:
and licensed under:
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
4 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/15 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-14
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