From 066d0bbb7534e10321faecf9e6a7c82e2707ce1f Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Mon, 23 Aug 2021 17:38:06 -0700 Subject: [PATCH] clients(viewer): make entire directory use modules --- lighthouse-viewer/{.eslintrc.js => .eslintrc.cjs} | 0 lighthouse-viewer/{app/src => }/package.json | 0 lighthouse-viewer/test/package.json | 4 ---- 3 files changed, 4 deletions(-) rename lighthouse-viewer/{.eslintrc.js => .eslintrc.cjs} (100%) rename lighthouse-viewer/{app/src => }/package.json (100%) delete mode 100644 lighthouse-viewer/test/package.json diff --git a/lighthouse-viewer/.eslintrc.js b/lighthouse-viewer/.eslintrc.cjs similarity index 100% rename from lighthouse-viewer/.eslintrc.js rename to lighthouse-viewer/.eslintrc.cjs diff --git a/lighthouse-viewer/app/src/package.json b/lighthouse-viewer/package.json similarity index 100% rename from lighthouse-viewer/app/src/package.json rename to lighthouse-viewer/package.json diff --git a/lighthouse-viewer/test/package.json b/lighthouse-viewer/test/package.json deleted file mode 100644 index bd346284783c..000000000000 --- a/lighthouse-viewer/test/package.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "module", - "//": "Any directory that uses `import ... from` or `export ...` must be type module. Temporary file until root package.json is type: module" -} \ No newline at end of file