From 31087a29496851babbc135c3a40d409bf62b3dd1 Mon Sep 17 00:00:00 2001 From: nishantjain91 Date: Tue, 5 Apr 2016 01:47:51 +0530 Subject: [PATCH] Updates README.md I created a similar plugin to jshint but it uses eslint plugin for linting the jscode. Thanks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e34a2ace..8774323a0 100755 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Serverless is composed of Plugins. A group of default Plugins ship with the Fra * [Test](https://github.com/arabold/serverless-test-plugin) - A Simple Integration Test Framework for Serverless. * [SNS Subscribe](https://github.com/martinlindenberg/serverless-plugin-sns) - This plugin easily subscribes your lambda functions to SNS notifications. * [JSHint](https://github.com/joostfarla/serverless-jshint-plugin) - Detect errors and potential problems in your Lambda functions. +* [ESLint](https://github.com/nishantjain91/serverless-eslint-plugin) - Detect errors and potential problems in your Lambda functions using eslint. ## Contributing We love our contributors! If you'd like to contribute to the project, feel free to submit a PR. But please keep in mind the following guidelines: