Skip to content

Commit 706818f

Browse files
committed
add fix flag to eslint script
1 parent 45529ee commit 706818f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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 ."
6+
"lint": "eslint . --fix"
77
},
88
"keywords": [
99
"picker",

0 commit comments

Comments
 (0)