UNPKG

remark-lint-no-shell-dollars

Version:

remark-lint rule to warn when shell code is prefixed by dollars

4 lines 202 B
export default remarkLintNoShellDollars; declare const remarkLintNoShellDollars: import("unified-lint-rule").Plugin<Root, unknown>; import type { Root } from 'mdast'; //# sourceMappingURL=index.d.ts.map