From 9e260a32a0d016cfe8d933059fcf5b17f944e9dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Fri, 5 Jul 2024 11:35:51 +0800 Subject: [PATCH] docs: fix spacings in the example --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 65beeb17..d8c47d34 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,7 @@ const nodePlugin = require("eslint-plugin-n") module.exports = [ { - plugins: { - n: nodePlugin - }, + plugins: {n: nodePlugin}, rules: { "n/exports-style": ["error", "module.exports"] }