Skip to content

Commit 1d8d16f

Browse files
Chrystiam Nascimento JuniorChrystiam Nascimento Junior
authored andcommitted
feat(configuration): adjust config
1 parent c6d3ed5 commit 1d8d16f

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

lefthook.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ pre-commit:
22
parallel: true
33
commands:
44
lint:
5-
files: git diff --name-only @{push}
65
glob: "*.{js,ts,jsx,tsx}"
76
run: npx eslint {files}
87
types:
9-
files: git diff --name-only @{push}
108
glob: "*.{js,ts, jsx, tsx}"
119
run: npx tsc --noEmit
1210
commit-msg:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-native-ui-datepicker",
2+
"name": "@lawnstarter/react-native-ui-datepicker",
33
"version": "2.0.11",
44
"description": "Customizable date picker for React Native",
55
"main": "lib/commonjs/index",

src/DateTimePicker.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ const DateTimePicker = (
6969
firstDayOfWeek,
7070
buttonPrevIcon,
7171
buttonNextIcon,
72-
// startYear,
73-
// endYear,
7472
minDate,
7573
maxDate,
7674
disabledDates,

0 commit comments

Comments
 (0)