From cd3b121ae02f8f6fe0d320266903c55b7265ff56 Mon Sep 17 00:00:00 2001 From: Jakob Krigovsky Date: Sun, 27 Aug 2017 12:06:55 +0200 Subject: [PATCH] Fix spelling of ESLint --- README.md | 2 +- lib/init.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 211a5b8..90b82e7 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Switch between standard and semistandard styles. If `checkStyleDevDependencies` is true this setting will be **ignored**. ### showEslintRules (default: false) -Enable/disable showing the id of the offended eslint rules. +Enable/disable showing the id of the offended ESLint rules. Example of messages while showEslintRules is: - **true:** Extra semicolon. (semi) diff --git a/lib/init.js b/lib/init.js index 1dff757..e752ea9 100644 --- a/lib/init.js +++ b/lib/init.js @@ -31,7 +31,8 @@ export const config = { }, showEslintRules: { type: 'boolean', - description: 'Show the eslint rule name on error/warning\'s message', + title: 'Show ESLint Rules', + description: 'Show the ESLint rule name on error/warning\'s message', default: false }, lintMarkdownFiles: {