Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit d69ed56

Browse files
committed
add strict fixture
1 parent 1d8d24b commit d69ed56

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/fixtures/options/strict.js

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { foo, bar } from 'some-module'
2+
3+
// EMPTY BLOCK
4+
const Button = foo`
5+
6+
`;
7+
const Button2 = bar`
8+
9+
`;

0 commit comments

Comments
 (0)