Requires a rule file to have tests. Can be configured with a location of the tests. ```js /* eslint eslint-plugin/require-rule-tests: ["error", {"testPath": "../../tests/lib/rules/"}] ``` If the file at `../../tests/lib/rules/${__filename}` exists (relative to rule file), an error is reported.