From 6e3b0ff3c0635fb9dbe49efce0567e44e09b7b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=95=B8=E7=94=9F?= Date: Fri, 11 Sep 2020 16:01:46 +0800 Subject: [PATCH] fix: grammatical error --- docs/developer-guide/working-with-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/working-with-plugins.md b/docs/developer-guide/working-with-plugins.md index a2b238cc9362..521b9eb5aacf 100644 --- a/docs/developer-guide/working-with-plugins.md +++ b/docs/developer-guide/working-with-plugins.md @@ -180,7 +180,7 @@ module.exports = { env: ["node"], rules: { "myPlugin/my-rule": "off", - "eslint-plugin-myPlugin/another-rule": "off" + "eslint-plugin-myPlugin/another-rule": "off", "eslint-plugin-myPlugin/yet-another-rule": "error" } }