Skip to content

Commit c092cd8

Browse files
authoredJul 5, 2024··
docs: fix spacings in the example (#306)
1 parent 8f6f11d commit c092cd8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ const nodePlugin = require("eslint-plugin-n")
4848

4949
module.exports = [
5050
{
51-
plugins: {
52-
n: nodePlugin
53-
},
51+
plugins: {n: nodePlugin},
5452
rules: {
5553
"n/exports-style": ["error", "module.exports"]
5654
}

0 commit comments

Comments
 (0)
Please sign in to comment.