From bb011c2f2f22e91399b2c5a0b90eb797b6e15d24 Mon Sep 17 00:00:00 2001 From: Jeff VanDyke Date: Thu, 29 Nov 2018 09:13:54 -0500 Subject: [PATCH] [eslint config] [base] [patch] Add markers to spaced-comment block for Flow types See --- packages/eslint-config-airbnb-base/rules/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-airbnb-base/rules/style.js b/packages/eslint-config-airbnb-base/rules/style.js index b14a287c89..b60c069641 100644 --- a/packages/eslint-config-airbnb-base/rules/style.js +++ b/packages/eslint-config-airbnb-base/rules/style.js @@ -498,7 +498,7 @@ module.exports = { }, block: { exceptions: ['-', '+'], - markers: ['=', '!'], // space here to support sprockets directives + markers: ['=', '!', ':', '::'], // space here to support sprockets directives and flow comment types balanced: true, } }],