Skip to content

Commit

Permalink
Fix: Correct name for .stylelintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav21r committed Sep 14, 2016
1 parent 7379f80 commit 2b76152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/linter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module.exports = yeoman.Base.extend({
});
this.fs.copyTpl(
this.templatePath('.stylelintrc'),
this.destinationPath('./stylelintrc'), {}
this.destinationPath('./.stylelintrc'), {}
);
if (_includes(this.selectedEditors, 'Atom')) {
atomPackages = _union(atomPackages, ['linter-stylelint']);
Expand Down

0 comments on commit 2b76152

Please sign in to comment.