We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48b125 commit d560155Copy full SHA for d560155
package.json
@@ -7,6 +7,9 @@
7
"scripts": {
8
"lint": "./node_modules/.bin/eslint --fix --cache ./src"
9
},
10
+ "pre-commit": [
11
+ "lint"
12
+ ],
13
"repository": {
14
"type": "git",
15
"url": "git+https://github.com/iamacup/react-native-markdown-display.git"
0 commit comments