Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Oct 4, 2023
1 parent 5aaf393 commit f926a4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
1 change: 1 addition & 0 deletions backend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"react/no-danger": "off",
"react/jsx-indent": "off",
"react/jsx-indent-props": "off",
"object-curly-newline": "off",
"react/jsx-filename-extension": [
"warn",
{
Expand Down
9 changes: 1 addition & 8 deletions backend/src/components/ImageViewer.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
import React, {
KeyboardEvent,
useCallback,
useEffect,
useMemo,
useRef,
useState
} from 'react'
import React, { KeyboardEvent, useCallback, useEffect, useMemo, useRef, useState } from 'react'

import '../assets/css/image-viewer.css'

Expand Down
4 changes: 1 addition & 3 deletions backend/src/components/Master.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import React, {
useState, useEffect, CSSProperties, ReactNode
} from 'react'
import React, { useState, useEffect, CSSProperties, ReactNode } from 'react'
import { Button } from '@mui/material'
import * as movininTypes from 'movinin-types'
import { strings } from '../lang/master'
Expand Down

0 comments on commit f926a4b

Please sign in to comment.