We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25321cb commit 2f4c8efCopy full SHA for 2f4c8ef
messages/eslintrc-plugins.js
@@ -5,8 +5,7 @@ module.exports = function({ plugins }) {
5
const isArrayOfStrings = typeof plugins[0] === "string";
6
7
return `
8
-A config object has a "plugins" key defined as an array${isArrayOfStrings ? " of strings" : ""}. It
9
-looks something like this:
+A config object has a "plugins" key defined as an array${isArrayOfStrings ? " of strings" : ""}. It looks something like this:
10
11
{
12
"plugins": ${JSON.stringify(plugins)}
0 commit comments