Skip to content

Commit

Permalink
docs: fix spacings in the example (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jul 5, 2024
1 parent 8f6f11d commit c092cd8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
Expand Down

0 comments on commit c092cd8

Please sign in to comment.