Gathering detailed insights and metrics for eslint-import-resolver-babel-root-import-fixed
Gathering detailed insights and metrics for eslint-import-resolver-babel-root-import-fixed
npm install eslint-import-resolver-babel-root-import-fixed
Typescript
Module System
JavaScript (100%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
22,165
Last Day
2
Last Week
3
Last Month
21
Last Year
418
MIT License
2 Stars
30 Commits
2 Forks
1 Watchers
1 Branches
1 Contributors
Updated on Dec 16, 2019
Minified
Minified + Gzipped
Latest Version
1.0.4
Package Id
eslint-import-resolver-babel-root-import-fixed@1.0.4
Unpacked Size
8.87 kB
Size
3.53 kB
File Count
10
Cumulative downloads
Total Downloads
Last Day
0%
2
Compared to previous day
Last Week
50%
3
Compared to previous week
Last Month
-40%
21
Compared to previous month
Last Year
1%
418
Compared to previous year
A babel-plugin-root-import resolver for eslint-plugin-import.
1npm install --save-dev eslint-plugin-import eslint-import-resolver-babel-root-import-fixed
Inside your .eslintrc
file, pass this resolver to eslint-plugin-import
:
"settings": {
"import/resolver": {
"node": {},
"eslint-import-resolver-babel-root-import-fixed": {}
}
}
And see babel-root-import to know how to configure your prefix/suffix.
1{ 2 "xo": { 3 "extends": "prettier", 4 "plugins": ["prettier"], 5 "parser": "babel-eslint", 6 "parserOptions": { 7 "sourceType": "module" 8 }, 9 "rules": {}, 10 "settings": { 11 "import/resolver": { 12 "node": {}, 13 "eslint-import-resolver-babel-root-import-fixed": {} 14 } 15 } 16 } 17}
MIT, see LICENSE.md for details.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/29 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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
47 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-03-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