Merge pull request babel/babel-eslint#250 from danez/patch-1

Testcase for babel/babel-eslint#239
This commit is contained in:
Henry Zhu 2016-02-02 17:11:01 -05:00
parent 8f9f800dc5
commit 05f708c330

View File

@ -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 },
[] []
); );
}); });