Fix missing page component imports (#1610)
Missed bug introduced in https://github.com/webrecorder/browsertrix-cloud/pull/1608, adds back imports and disables `import-x` rule.
This commit is contained in:
parent
91df222cdf
commit
b43f550ff3
@ -101,7 +101,7 @@ module.exports = {
|
||||
/* end recommended rules */
|
||||
|
||||
/* start import rules */
|
||||
"import-x/no-duplicates": ["error", { "prefer-inline": true }],
|
||||
// "import-x/no-duplicates": ["error", { "prefer-inline": true }],
|
||||
"import-x/order": [
|
||||
"error",
|
||||
{
|
||||
|
@ -31,10 +31,13 @@ import "./workflows-list";
|
||||
import "./workflows-new";
|
||||
import "./archived-item-detail";
|
||||
import "./archived-items";
|
||||
import "./archived-item-qa";
|
||||
import "./collections-list";
|
||||
import "./collection-detail";
|
||||
import "./browser-profiles-detail";
|
||||
import "./browser-profiles-list";
|
||||
import "./browser-profiles-new";
|
||||
import "./settings";
|
||||
import "./dashboard";
|
||||
|
||||
const RESOURCE_NAMES = ["workflow", "collection", "browser-profile", "upload"];
|
||||
|
Loading…
Reference in New Issue
Block a user