fix typo: attachComment -> attachComments
This commit is contained in:
parent
efef3af7b8
commit
61555c6ebd
@ -61,7 +61,7 @@ function parseAndAssertSame(code) {
|
|||||||
loc: true,
|
loc: true,
|
||||||
range: true,
|
range: true,
|
||||||
comment: true,
|
comment: true,
|
||||||
attachComment: true
|
attachComments: true
|
||||||
});
|
});
|
||||||
var acornAST = babelEslint.parse(code);
|
var acornAST = babelEslint.parse(code);
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user