rsnext/packages/eslint-plugin-next/lib
stefanprobst fa0351639a
fix(eslint-plugin-next): support src/pages folder in no-html-link-for-pages rule (#16743)
currently, the `no-html-link-for-pages` eslint rule will look for the pages folder in either `pages`, or a custom folder provided via rule option. this PR adds support for also looking in `src/pages` by default.

(sidenote: not sure about the custom pagesfolder path: does next support locations other than `pages` and `src/pages`)?)

fixes  #16426
2020-09-18 00:09:25 +00:00
..
rules fix(eslint-plugin-next): support src/pages folder in no-html-link-for-pages rule (#16743) 2020-09-18 00:09:25 +00:00
utils fix typo in eslint-plugin-next code comments (#15583) 2020-07-28 16:34:00 +00:00
index.js Eslint preload (#16199) 2020-08-20 19:34:12 +00:00