@pnpm/config.matcher
A simple pattern matcher for pnpm
Install
pnpm add @pnpm/config.matcher
Usage
import { createMatcher } from '@pnpm/config.matcher'
const match = createMatcher(['eslint-*'])
match('eslint-plugin-foo')
//> true
A simple pattern matcher for pnpm
pnpm add @pnpm/config.matcher
import { createMatcher } from '@pnpm/config.matcher'
const match = createMatcher(['eslint-*'])
match('eslint-plugin-foo')
//> true