From b4da0a7ca7995435bdfc116fd374eb0649470131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=95=B8=E7=94=9F?= Date: Sat, 12 Sep 2020 09:31:18 +0800 Subject: [PATCH] Docs: fix typo in working with plugins docs (#13683) --- 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 a2b238cc936..521b9eb5aac 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" } }