feat[react]: Linting with eslint 9
This commit is contained in:
parent
14eab04d5b
commit
f69093b0dc
99 changed files with 1260 additions and 956 deletions
|
@ -1,5 +1,5 @@
|
|||
import React from 'react'
|
||||
import { LineDrawingWrapper, thin, dashed } from './shared.mjs'
|
||||
import { LineDrawingWrapper } from './shared.mjs'
|
||||
|
||||
/*
|
||||
* This strokeScale factor is used to normalize the stroke across
|
||||
|
@ -56,7 +56,7 @@ export const JaneBack = ({ className, stroke = 1 }) => (
|
|||
/*
|
||||
* SVG elements for the front
|
||||
*/
|
||||
const Front = ({ stroke }) => (
|
||||
const Front = () => (
|
||||
<>
|
||||
<path
|
||||
key="outline"
|
||||
|
@ -69,7 +69,7 @@ const Front = ({ stroke }) => (
|
|||
/*
|
||||
* SVG elements for the back
|
||||
*/
|
||||
const Back = ({ stroke }) => (
|
||||
const Back = () => (
|
||||
<>
|
||||
<path
|
||||
key="outline"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue