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

CLI option: --exclude to exclude specific rules from running #34

Closed brandongregoryscott closed 2 years ago

brandongregoryscott commented 2 years ago

The opposite of --rules, it should run all rules except the ones specified. It should still do validation on existing rule names to make sure the user is providing correct rule name(s).