rsnext/packages/eslint-plugin-next/lib/rules
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
..
missing-preload.js Eslint preload (#16199) 2020-08-20 19:34:12 +00:00
no-css-tags.js bug fixes for css eslint rule (#14202) 2020-06-15 23:42:36 +00:00
no-html-link-for-pages.js fix(eslint-plugin-next): support src/pages folder in no-html-link-for-pages rule (#16743) 2020-09-18 00:09:25 +00:00
no-sync-scripts.js [experimental] filtering unwanted jsx type in eslint plugin (#13520) 2020-05-28 18:11:29 -04:00
no-unwanted-polyfillio.js Only required polyfill.io lint rule (#15277) 2020-07-18 23:54:38 +00:00