Skip to content

Commit

Permalink
Fix NameFormat documentation: change - to _
Browse files Browse the repository at this point in the history
As pointed out by @roadhump, the default value for the `convention`
option is `hyphenated_lowercase`, not the `hyphenated-lowercase` that
appeared in the documentation.

Fixes sds#147

Change-Id: I60d86e728dbff06997e47c909629948bd69743af
Reviewed-on: http://gerrit.causes.com/37554
Tested-by: jenkins <[email protected]>
Reviewed-by: Joe Lencioni <[email protected]>
  • Loading branch information
lencioni committed Apr 25, 2014
1 parent b8020b4 commit ce45204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scss_lint/linter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ You can also prefer the [BEM](http://bem.info/method/) convention by setting the

Configuration Option | Description
---------------------|---------------------------------------------------------
`convention` | Name of convention to use (`hyphenated-lowercase` (default) or `BEM`), or a regex the name must match
`convention` | Name of convention to use (`hyphenated_lowercase` (default) or `BEM`), or a regex the name must match

## PlaceholderInExtend

Expand Down

0 comments on commit ce45204

Please sign in to comment.