diff --git a/bin/cli.js b/bin/cli.js index a349193..e0da87d 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -144,7 +144,7 @@ function processRules(configRules) { ].join("\n"); const optionsMessage = [ - "The following rules are enabled with options that might conflict with Prettier. See:", + "The following rules are enabled with config that might conflict with Prettier. See:", SPECIAL_RULES_URL, "", printRuleNames(optionsFlaggedRuleNames), diff --git a/test/cli.test.js b/test/cli.test.js index 6971758..1b6d888 100644 --- a/test/cli.test.js +++ b/test/cli.test.js @@ -84,7 +84,7 @@ test("conflicting options", () => { expect(cli.processRules(createRules(rules, "error"))).toMatchInlineSnapshot(` Object { "code": 2, - "stdout": "The following rules are enabled with options that might conflict with Prettier. See: + "stdout": "The following rules are enabled with config that might conflict with Prettier. See: https://github.com/prettier/eslint-config-prettier#special-rules - curly", @@ -140,7 +140,7 @@ test("all the things", () => { - flowtype/semi - react/jsx-indent - The following rules are enabled with options that might conflict with Prettier. See: + The following rules are enabled with config that might conflict with Prettier. See: https://github.com/prettier/eslint-config-prettier#special-rules - curly @@ -170,7 +170,7 @@ test("eslint-plugin-prettier", () => { ).toMatchInlineSnapshot(` Object { "code": 2, - "stdout": "The following rules are enabled with options that might conflict with Prettier. See: + "stdout": "The following rules are enabled with config that might conflict with Prettier. See: https://github.com/prettier/eslint-config-prettier#special-rules - arrow-body-style