Gathering detailed insights and metrics for @swissquote/rollup-plugin-eslint
Gathering detailed insights and metrics for @swissquote/rollup-plugin-eslint
Gathering detailed insights and metrics for @swissquote/rollup-plugin-eslint
Gathering detailed insights and metrics for @swissquote/rollup-plugin-eslint
npm install @swissquote/rollup-plugin-eslint
Typescript
Module System
Node Version
NPM Version
48
Supply Chain
86.1
Quality
76.2
Maintenance
100
Vulnerability
97
License
JavaScript (94.81%)
TypeScript (3.5%)
SCSS (1.29%)
CSS (0.22%)
Shell (0.18%)
Total Downloads
16,621
Last Day
6
Last Week
6
Last Month
35
Last Year
1,258
31 Stars
3,091 Commits
13 Forks
4 Watching
11 Branches
16 Contributors
Latest Version
1.22.3
Package Id
@swissquote/rollup-plugin-eslint@1.22.3
Unpacked Size
5.07 kB
Size
2.08 kB
File Count
3
NPM Version
8.1.2
Node Version
16.13.2
Publised On
26 Apr 2023
Cumulative downloads
Total Downloads
Last day
0%
6
Compared to previous day
Last week
500%
6
Compared to previous week
Last month
84.2%
35
Compared to previous month
Last year
-76.2%
1,258
Compared to previous year
2
5
Rollup plugin to verify entry point and all imported files with ESLint.
This plugin is a fork of rollup-plugin-eslint with one difference Linting is done on all files and a single report is printed at the end of the run this allows to lint all files and not fail after the first one.
1yarn add @swissquote/rollup-plugin-eslint --dev
1import { rollup } from "rollup"; 2import eslint from "@swissquote/rollup-plugin-eslint"; 3 4export default { 5 input: "main.js", 6 plugins: [ 7 eslint({ 8 /* your options */ 9 }) 10 ] 11};
See more options here eslint-config.
You can also use eslint configuration in the form of a .eslintrc.*
file in your project's root. It will be loaded automatically.
Type: boolean
Default: false
If true, will auto fix source code.
Type: boolean
Default: false
If true, will throw an error if any errors were found.
Type: boolean
Default: false
If true, will throw an error if any warnings were found.
Type: array
or string
Default: []
A single file, or array of files, to include when linting.
Type: array
or string
or RegExp
Default: /node_modules/
A single file, or array of files, to exclude when linting.
Type: function
or string
Default: stylish
Custom error formatter or the name of a built-in formatter.
MIT © Bogdan Chadkin
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
2 existing vulnerabilities detected
Details
Reason
Found 1/26 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
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Score
Last Scanned on 2024-12-16
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