@buurman-feature-detectors/lint-staged
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@buurman-feature-detectors/lint-staged

Detects if lint-staged is installed to this current project.

Installing

npm i @buurman-feature-detectors/lint-staged

Usage

import isLintStagedInstalled from "@buurman-feature-detectors/lint-staged";

isLintStagedInstalled().then(installed => {
    if (installed) {
        return;
    }

    console.log("lint-staged is not installed");
});

Dependents (1)

Package Sidebar

Install

npm i @buurman-feature-detectors/lint-staged

Weekly Downloads

1

Version

0.1.0

License

SEE LICENSE IN LICENSE.md

Unpacked Size

12.9 kB

Total Files

8

Last publish

Collaborators

  • jewetnitg