Skip to content

Commit

Permalink
CHANGE path to markdown code example eslint config to relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 6, 2017
1 parent d1aa2ed commit ae5dae9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .remarkrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ module.exports = {
module: 'node_modules/remark-lint-code-eslint',
options: {
fix: true,
configFile:
'/Users/dev/Projects/GitHub/storybook/react-storybook/.eslintrc-markdown.js',
configFile: '.eslintrc-markdown.js',
},
},
},
Expand Down

0 comments on commit ae5dae9

Please sign in to comment.