Gathering detailed insights and metrics for rollup-plugin-eslint
Gathering detailed insights and metrics for rollup-plugin-eslint
Gathering detailed insights and metrics for rollup-plugin-eslint
Gathering detailed insights and metrics for rollup-plugin-eslint
@rollup/plugin-eslint
Verify entry point and all imported files with ESLint
@rbnlffl/rollup-plugin-eslint
Lint your Rollup bundles with ESLint. 🐝
@swissquote/rollup-plugin-eslint
Verify entry point and all imported files with ESLint
eslint-plugin-tree-shaking
Marks all side-effects in module initialization that will interfere with tree-shaking
npm install rollup-plugin-eslint
Typescript
Module System
46.5
Supply Chain
84.6
Quality
71.1
Maintenance
100
Vulnerability
96.4
License
JavaScript (100%)
Total Downloads
3,711,754
Last Day
546
Last Week
5,023
Last Month
58,135
Last Year
522,360
61 Stars
48 Commits
17 Forks
2 Watching
6 Branches
4 Contributors
Latest Version
7.0.0
Package Id
rollup-plugin-eslint@7.0.0
Size
2.42 kB
Publised On
24 Jun 2019
Cumulative downloads
Total Downloads
Last day
-72.6%
546
Compared to previous day
Last week
-52.4%
5,023
Compared to previous week
Last month
-52.2%
58,135
Compared to previous month
Last year
38.2%
522,360
Compared to previous year
2
6
Rollup plugin to verify entry point and all imported files with ESLint.
1yarn add rollup-plugin-eslint --dev
1import { rollup } from "rollup"; 2import { eslint } from "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
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 binaries found in the repo
Reason
license file detected
Details
Reason
Found 4/23 approved changesets -- score normalized to 1
Reason
project is archived
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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
58 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
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