@pixpilot/eslint-test-utils
v0.4.1
Published
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!
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.