Skip to content

Commit

Permalink
Fix spelling of ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicdoe committed Aug 27, 2017
1 parent 9fc542c commit cd3b121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion lib/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit cd3b121

Please sign in to comment.