From 95df3522a15631abc51a4295cae0ea401a8d4e1e Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Tue, 14 Sep 2021 19:58:52 +0200 Subject: feat: add eslint-plugin-unicorn (#1936) --- src/prop-types.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/prop-types.ts') diff --git a/src/prop-types.ts b/src/prop-types.ts index 459b9a7b9..07607f105 100644 --- a/src/prop-types.ts +++ b/src/prop-types.ts @@ -1,6 +1,5 @@ import PropTypes from 'prop-types'; -// eslint-disable-next-line export const oneOrManyChildElements = PropTypes.oneOfType([ PropTypes.arrayOf(PropTypes.element), PropTypes.element, -- cgit v1.2.3-54-g00ecf