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, } }],