wikimedia / eslint-plugin-no-jquery

Control allowance of certain jQuery functions, and suggest or autofix alternatives.
MIT License
32 stars 8 forks source link

Doc links to tests are wrong #279

Closed DannyS712 closed 3 years ago

DannyS712 commented 3 years ago

In .eslintdocgenrc.json there is "testPath": "src/tests/{name}.js" but it should be "testPath": "tests/rules/{name}.js". That should be changed, and then all of the individual documentation pages updated (probably really easy to do automatically, but I don't have this installed locally)