[eslint config] [base] [patch] Allow triple-slash (///) comments

This commit is contained in:
Nick Reiley
2020-03-16 23:27:49 +05:00
committed by Jordan Harband
parent d3628e2600
commit 0375265cbd

View File

@@ -501,7 +501,7 @@ module.exports = {
'spaced-comment': ['error', 'always', {
line: {
exceptions: ['-', '+'],
markers: ['=', '!'], // space here to support sprockets directives
markers: ['=', '!', '/'], // space here to support sprockets directives, slash for TS /// comments
},
block: {
exceptions: ['-', '+'],