Gathering detailed insights and metrics for @futagoza/eslint-config-node
Gathering detailed insights and metrics for @futagoza/eslint-config-node
Gathering detailed insights and metrics for @futagoza/eslint-config-node
Gathering detailed insights and metrics for @futagoza/eslint-config-node
npm install @futagoza/eslint-config-node
Typescript
Module System
Min. Node Version
Node Version
NPM Version
56.7
Supply Chain
70
Quality
74.3
Maintenance
100
Vulnerability
98.2
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
17,651
Last Day
1
Last Week
18
Last Month
123
Last Year
6,444
NOASSERTION License
2 Stars
635 Commits
2 Forks
2 Watchers
2 Branches
1 Contributors
Updated on Sep 01, 2021
Minified
Minified + Gzipped
Latest Version
16.1.0
Package Id
@futagoza/eslint-config-node@16.1.0
Unpacked Size
16.65 kB
Size
3.90 kB
File Count
14
NPM Version
7.0.12
Node Version
16.2.0
Cumulative downloads
Total Downloads
Last Day
-87.5%
1
Compared to previous day
Last Week
-48.6%
18
Compared to previous week
Last Month
-32.4%
123
Compared to previous month
Last Year
297.8%
6,444
Compared to previous year
1
This package contains configuration files for ESLint v7.15+
These are configuration files for ESLint that are used to lint my Node.js projects.
NOTE: Apart from the default configuration, all configurations extend @futagoza/eslint-config-javascript (which itself extends @futagoza/eslint-config-core), so you don't have to include either as a dependency when using this package.
1$ npm i --save-dev @futagoza/eslint-config-node
Put the following into your configuration (.eslintrc.*
file or the "eslintConfig" field in package.json
):
1{ 2 "extends": "@futagoza/node" 3}
A list of usable configurations as well the configurations they use:
@futagoza/node
(default and @futagoza/globals/node)@futagoza/node/4
(extends @futagoza/javascript/es2015 and default)@futagoza/node/6
(extends: @futagoza/javascript/es2015 and default)@futagoza/node/8
(extends: @futagoza/javascript/es2017 and default)@futagoza/node/10
(extends: @futagoza/javascript/es2018 and default)@futagoza/node/12
(extends: @futagoza/javascript/es2019 and default)@futagoza/node/14
(extends: @futagoza/javascript/es2020 and default)Copyright © 2017+ Futago-za Ryuu
Released under the MIT License, http://opensource.org/licenses/MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-10
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