From 1b3be40680978d28ca8aa5aa8e9564a4c52fb29c Mon Sep 17 00:00:00 2001 From: Bartosz Date: Thu, 11 Jan 2024 20:01:38 +0100 Subject: [PATCH] wip --- lib/rules/jsx-newline.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/rules/jsx-newline.js b/lib/rules/jsx-newline.js index b4408e7cd8..db8adc4666 100644 --- a/lib/rules/jsx-newline.js +++ b/lib/rules/jsx-newline.js @@ -46,6 +46,10 @@ module.exports = { default: false, type: 'boolean', }, + checkStartEnd: { + default: false, + type: 'boolean', + }, }, additionalProperties: false, if: {