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"] }