From 138291c57438918d950df07180225dce6fe15b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20L=C3=B6ffel?= Date: Sat, 27 Jun 2020 15:37:44 +0200 Subject: [PATCH] add: @rbnlffl/rollup-plugin-eslint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2972ae9..714148d 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Plugins which help with code quality. - [analyzer](https://github.com/doesdev/rollup-plugin-analyzer) - Statistics and Metrics for a bundle. - [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 (7+)](https://github.com/robinloeffel/rollup-plugin-eslint) - Lint your Rollup bundles with ESLint. 🐝 - [eslint-bundle](https://github.com/nikolay-borzov/rollup-plugin-eslint-bundle) - Lint 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.