rsnext/test/eslint-plugin-next
Prateek Bhatnagar 4422be3276
Only required polyfill.io lint rule (#15277)
- Introduces a lint rule which points towards the unwanted polyfill.io features.
- Aim here is to make the user aware that which of the requested features are actually required vs which are already covered under `next-polyfills`

Next step: If the remaining required polyfills amounts to a only a few KBs then its better to include them in 1P javascript and remove the third party render blocking script tag.
2020-07-18 23:54:38 +00:00
..
custom-pages adding no html-link lint rule to eslint-plugin (#12969) 2020-05-19 10:54:32 +02:00
no-css-tags.test.js bug fixes for css eslint rule (#14202) 2020-06-15 23:42:36 +00:00
no-html-link-for-pages.test.js bug fixes for Lint routing (#13111) 2020-05-21 23:42:20 +00:00
no-sync-scripts.test.js [experimental] filtering unwanted jsx type in eslint plugin (#13520) 2020-05-28 18:11:29 -04:00
no-unwanted-polyfillio.test.js Only required polyfill.io lint rule (#15277) 2020-07-18 23:54:38 +00:00