Merge pull request babel/babel-eslint#250 from danez/patch-1
Testcase for babel/babel-eslint#239
This commit is contained in:
parent
8f9f800dc5
commit
05f708c330
@ -1348,7 +1348,7 @@ describe("verify", function () {
|
|||||||
" bar({ foo }: Foo) { foo; }",
|
" bar({ foo }: Foo) { foo; }",
|
||||||
"}"
|
"}"
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
{ "no-unused-vars": 1 },
|
{ "no-unused-vars": 1, "no-shadow": 1 },
|
||||||
[]
|
[]
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user