Gathering detailed insights and metrics for @adobe/eslint-config-aio-lib-config
Gathering detailed insights and metrics for @adobe/eslint-config-aio-lib-config
Gathering detailed insights and metrics for @adobe/eslint-config-aio-lib-config
Gathering detailed insights and metrics for @adobe/eslint-config-aio-lib-config
npm install @adobe/eslint-config-aio-lib-config
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
2 Stars
57 Commits
3 Forks
24 Watching
5 Branches
236 Contributors
Updated on 06 Jan 2023
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
85.8%
877
Compared to previous day
Last week
-5.2%
6,488
Compared to previous week
Last month
235.4%
25,204
Compared to previous month
Last year
217.8%
73,854
Compared to previous year
8
Shareable ESLint config for AIO libs
Any update to a dependency/peer dependency must be a major version update, if not a lot of tests will break during npm install
because of a version mismatch. Use of semver is warranted here so users can choose when to update their config instead of it being forced on them. The 2.x update broke a lot of tests.
To install, use npm 5
or greater:
1npm install --save-dev @adobe/eslint-config-aio-lib-config 2npx install-peerdeps --dev @adobe/eslint-config-aio-lib-config
.eslintrc.json
fileAdd this to your .eslintrc.json
file in the root of your module:
1{ 2 "extends": "@adobe/eslint-config-aio-lib-config" 3}
node/no-unpublished-require
ruleThe node/no-unpublished-require rule prevents using a module when it hasn't been added in the dependencies
key in package.json
.
This setting excludes this rule for test folders, where the module may have been added in the devDependencies
key in package.json
only.
Add this setting to a .eslintrc.json
file in the affected folder:
1{ 2 "rules": { 3 "node/no-unpublished-require": 0 4 } 5}
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 6/24 approved changesets -- score normalized to 2
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
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