secretlint / secretlint

Pluggable linting tool to prevent committing credential.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Core Packags: Convert to ESM

azu opened this issue · comments

commented

Current, secretlint packages are CommonJS.
We want to convert theset to Pure ECMAScript Modules.

It will help to improve compatibility for Web/Deno etc..

Another Option

However, Dual package is difficult to maintain.
I prefer to convert Pure ESM.

Tools