Skip to content

Commit 43a17e8

Browse files
committed
add prettier and clean script to npm scripts
1 parent fe23c2e commit 43a17e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "5.5.1",
44
"description": "A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.",
55
"scripts": {
6-
"lint": "eslint . --fix"
6+
"lint": "eslint . --fix",
7+
"prettier": "prettier --write . --config .prettierrc.yaml --ignore-path .prettierignore",
8+
"clean": "npm run lint && npm run prettier"
79
},
810
"keywords": [
911
"picker",

0 commit comments

Comments
 (0)