From 0413e82b196b3873be762d12175608f6520c70f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20L=C3=B6ffel?= Date: Mon, 8 Jun 2020 20:13:32 +0200 Subject: [PATCH] add: robins-rollup-plugin-eslint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2972ae9..77f255d 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Plugins which help with code quality. - [cleanup](https://github.com/aMarCruz/rollup-plugin-cleanup) – Remove and modify code based on an opinionated ruleset. - [eslint](https://github.com/TrySound/rollup-plugin-eslint) - verify entry and imported scripts - [eslint-bundle](https://github.com/nikolay-borzov/rollup-plugin-eslint-bundle) - Lint bundles with ESLint. +- [eslint (7+)](https://github.com/robinloeffel/rollup-plugin-eslint) - Lint your Rollup bundles with ESLint. 🐝 - [flow](https://github.com/leebyron/rollup-plugin-flow) - Remove Flow type annotations. - [flow-entry](https://github.com/swansontec/rollup-plugin-flow-entry) - Export Flow types from a bundle. - [istanbul](https://github.com/artberri/rollup-plugin-istanbul) - Seamless integration with Istanbul.