Gathering detailed insights and metrics for eslint-config-xo-typescript
Gathering detailed insights and metrics for eslint-config-xo-typescript
Gathering detailed insights and metrics for eslint-config-xo-typescript
Gathering detailed insights and metrics for eslint-config-xo-typescript
ESLint shareable config for TypeScript to be used with eslint-config-xo
npm install eslint-config-xo-typescript
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
171 Stars
329 Commits
25 Forks
6 Watching
1 Branches
16 Contributors
Updated on 12 Nov 2024
Minified
Minified + Gzipped
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-3.6%
19,730
Compared to previous day
Last week
9%
119,396
Compared to previous week
Last month
20.9%
455,857
Compared to previous month
Last year
84.8%
4,876,022
Compared to previous year
2
3
ESLint shareable config for TypeScript
This config also includes eslint-config-xo.
This config assumes your project is ESM and that you use a strict config.
1npm install --save-dev eslint-config-xo-typescript
XO has built-in support for TypeScript, using this package under the hood, so you do not have to configure anything.
Add some ESLint config to your package.json (or .eslintrc
):
1// eslint.config.js 2import xoTypeScript from 'eslint-config-xo-typescript'; 3 4export default [ 5 ...xoTypeScript, 6];
Use the space
sub-config if you want 2 space indentation instead of tabs:
1import xoTypeScriptSpace from 'eslint-config-xo-typescript/space'; 2 3export default [ 4 ...xoTypeScriptSpace, 5];
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
3 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 5
Reason
Found 4/30 approved changesets -- score normalized to 1
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
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
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