mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
Remove markdown autofixing on precommit hook
This commit is contained in:
parent
5c0e44314a
commit
d77479c33d
@ -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`
|
||||
|
||||
|
@ -105,10 +105,6 @@
|
||||
"*.json": [
|
||||
"yarn lint:js --fix",
|
||||
"git add"
|
||||
],
|
||||
"*.md": [
|
||||
"npm run lint:md -- -o",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"verbose": true
|
||||
|
Loading…
x
Reference in New Issue
Block a user