Remove markdown autofixing on precommit hook

This commit is contained in:
hypnos 2017-10-04 02:37:42 +03:00
parent 5c0e44314a
commit d77479c33d
2 changed files with 0 additions and 5 deletions

View File

@ -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`

View File

@ -105,10 +105,6 @@
"*.json": [
"yarn lint:js --fix",
"git add"
],
"*.md": [
"npm run lint:md -- -o",
"git add"
]
},
"verbose": true