@pixpilot/eslint-test-utils
v0.6.0
Published
Utilities for testing ESLint rules
Readme
@pixpilot/eslint-test-utils
Test utilities for ESLint rule testing at Pixpilot. While designed for our internal use, you are welcome to use them in your own projects as well!
Usage
Import and use in your test files:
import { runEslintRuleTests } from '@pixpilot/eslint-test-utils';
// See documentation for usage examples.