Gathering detailed insights and metrics for eslint-config-starstuff
Gathering detailed insights and metrics for eslint-config-starstuff
Gathering detailed insights and metrics for eslint-config-starstuff
Gathering detailed insights and metrics for eslint-config-starstuff
npm install eslint-config-starstuff
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (96.63%)
Shell (3.37%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
253,668
Last Day
11
Last Week
195
Last Month
1,390
Last Year
13,090
1,103 Commits
3 Watchers
8 Branches
2 Contributors
Updated on Feb 10, 2025
Minified
Minified + Gzipped
Latest Version
1.5.110
Package Id
eslint-config-starstuff@1.5.110
Unpacked Size
8.30 kB
Size
3.11 kB
File Count
17
NPM Version
10.9.2
Node Version
22.13.1
Published on
Feb 11, 2025
Cumulative downloads
Total Downloads
Last Day
120%
11
Compared to previous day
Last Week
-16.7%
195
Compared to previous week
Last Month
127.9%
1,390
Compared to previous month
Last Year
-72.7%
13,090
Compared to previous year
13
1
Opinionated, yet simple ESLint config
This config is built with the assumption that you're going to be using Prettier across your project, and want ESLint to provide advice and respect Prettier's formatting. This config aims to share this in a simple, shareable config.
1npm install --save-dev eslint eslint-config-starstuff
The recommended usage of eslint-config-starstuff
is to allow it to configure itself within your project using the auto preset.
To configure your project with the recommended configuration, add the following to your package.json
:
1{ 2 "eslintConfig": { 3 "extends": "starstuff/auto" 4 } 5}
The following preset are built into the Starstuff ESLint config.
The base configuration is suitable for use is nearly any JavaScript project. It enforces using good code practices using a variety of ESLint plugins and enforces code style using Prettier.
The following ESLint plugins are used in this configuration:
To use this preset add the following to your package.json
:
1{ 2 "eslintConfig": { 3 "extends": "starstuff" 4 } 5}
The recommended preset is a shorthand for the auto preset. This follows with conventions in the ESLint ecosystem.
To use this preset add the following to your package.json
:
1{ 2 "eslintConfig": { 3 "extends": "starstuff/recommended" 4 } 5}
This configuration automatically loads dependency-specific and environment-specific presets, based on project configuration.
To use this preset add the following to your package.json
:
1{ 2 "eslintConfig": { 3 "extends": "starstuff/auto" 4 } 5}
To use this preset add the following to your package.json
:
1{ 2 "eslintConfig": { 3 "extends": ["starstuff", "starstuff/react"] 4 } 5}
To use this preset add the following to your package.json
:
1{ 2 "eslintConfig": { 3 "extends": ["starstuff", "starstuff/typescript"] 4 } 5}
Copyright 2019-2020 Kepler Sticka-Jones. License ISC
No vulnerabilities found.
Reason
26 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
packaging workflow detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 6
Details
Reason
6 existing vulnerabilities detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
SAST tool is not run on all commits -- score normalized to 0
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