mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
[eslint config] [base] [patch] Allow triple-slash (///) comments
This commit is contained in:
committed by
Jordan Harband
parent
d3628e2600
commit
0375265cbd
@@ -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: ['-', '+'],
|
||||
|
||||
Reference in New Issue
Block a user