brandongregoryscott / eslint-plugin-collation

ESLint plugin for making your code easier to read, with autofix and TypeScript support
https://eslint-plugin-collation.brandonscott.me
Apache License 2.0
4 stars 0 forks source link

Update include/exclude flags to accept wildcard #47

Closed brandongregoryscott closed 2 years ago

brandongregoryscott commented 2 years ago

Allow wildcard () matching in the include or exclude flags to match rule names, so a user can opt into or out of multiple rules that match a pattern: `collation --files button.tsx --exclude export*`