Skip to content

Commit c108be0

Browse files
committed
npm run lint
1 parent 9ffd19b commit c108be0

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: local
33
hooks:
4-
- id: npm-run-lint
5-
name: Run ESLint
6-
entry: npm run lint
7-
language: system
8-
types: [javascript, jsx]
94
- id: npm-run-format
105
name: Run Prettier
116
entry: npm run format
127
language: system
138
types: [javascript, jsx]
9+
- id: npm-run-lint
10+
name: Run ESLint
11+
entry: npm run lint
12+
language: system
13+
types: [javascript, jsx]

components/equipment/equipment.reservation.table2.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react';
22
import { Label, Table } from 'semantic-ui-react';
33
import moment from 'moment';
4-
import EquipmentReservationConfirmModal from './equipment.reservation.confirm.modal';
54

65
const EquipmentReservationTable2 = ({ reservations, startIdx }) => {
76
return (

components/place/place.reservation.table2.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react';
22
import { Table } from 'semantic-ui-react';
33
import moment from 'moment';
4-
import PlaceReservationConfirmModal from './place.reservation.confirm.modal';
54

65
const PlaceReservationTable2 = ({ reservations, startIdx }) => {
76
return (

0 commit comments

Comments
 (0)