Skip to content

Commit

Permalink
Fix configuration filename to be .markdownlintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshubovych committed Jan 19, 2016
1 parent 6e4901a commit 3b87442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var program = require('commander');

function readConfiguration(args) {
var rc = require('rc');
var config = rc(pkg.name, {});
var config = rc('markdownlint', {});
if (args.config) {
var fs = require('fs');
try {
Expand Down

0 comments on commit 3b87442

Please sign in to comment.