Skip to content

Commit

Permalink
Merge pull request #1964 from storybooks/remove-remark-autofix
Browse files Browse the repository at this point in the history
Remove markdown autofixing on precommit hook
  • Loading branch information
Hypnosphi authored Oct 5, 2017
2 parents df5465a + 5530584 commit f355399
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ We welcome contributions to Storybook!
- `yarn lint:md` - will check markdown + code samples

- `yarn lint:js --fix` - will automatically fix js
- `npm run lint:md -- -o` - will automatically fix markdown

#### `yarn test`

Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@
"*.json": [
"yarn lint:js --fix",
"git add"
],
"*.md": [
"npm run lint:md -- -o",
"git add"
]
},
"verbose": true
Expand Down

0 comments on commit f355399

Please sign in to comment.