Skip to content

Commit

Permalink
Docs: Wrap Buffer() in backticks in no-buffer-constructor rule de…
Browse files Browse the repository at this point in the history
…scription (#10084)
  • Loading branch information
ntwb authored and aladdin-add committed Mar 14, 2018
1 parent 3aded2f commit 72ed3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-buffer-constructor.js
Expand Up @@ -11,7 +11,7 @@
module.exports = {
meta: {
docs: {
description: "disallow use of the Buffer() constructor",
description: "disallow use of the `Buffer()` constructor",
category: "Node.js and CommonJS",
recommended: false,
url: "https://eslint.org/docs/rules/no-buffer-constructor"
Expand Down

0 comments on commit 72ed3db

Please sign in to comment.