We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdc3dc commit b69fa94Copy full SHA for b69fa94
index.test.ts
@@ -1,5 +1,5 @@
1
import configs from "./index.ts";
2
-import eslintrc from "./dist/index.json";
+import eslintrc from "./dist/index.json" with {type: "json"};
3
4
test("flat", () => {
5
expect(Array.isArray(configs)).toEqual(true);
0 commit comments