Skip to content

Commit 06896d7

Browse files
committed
Remove unnecessary ESLint ignores
1 parent e85fc46 commit 06896d7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/components/src/custom-gradient-picker/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ const GradientTypePicker = ( { gradientAST, hasGradient, onChange } ) => {
6666
};
6767

6868
const onSetRadialGradient = () => {
69-
// eslint-disable-next-line no-unused-vars
7069
const { orientation, ...restGradientAST } = gradientAST;
7170
onChange(
7271
serializeGradient( {

packages/element/src/serialize.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,6 @@ export function renderNativeComponent(
646646
// place of children. Ensure to omit so it is not assigned as attribute
647647
// as well.
648648
content = renderChildren( props.value, context, legacyContext );
649-
// eslint-disable-next-line no-unused-vars
650649
const { value, ...restProps } = props;
651650
props = restProps;
652651
} else if (

0 commit comments

Comments
 (0)