diff --git a/frontend/config/ts-config/config/rushx-config.json b/frontend/config/ts-config/config/rushx-config.json index d1899906..17540b90 100644 --- a/frontend/config/ts-config/config/rushx-config.json +++ b/frontend/config/ts-config/config/rushx-config.json @@ -6,7 +6,7 @@ [ "essential-config-file", "error", - { "essentialFiles": ["OWNERS", "eslint.config.js"] } + { "essentialFiles": ["eslint.config.js"] } ] ] } diff --git a/frontend/infra/plugins/import-watch-loader/config/rushx-config.json b/frontend/infra/plugins/import-watch-loader/config/rushx-config.json index 0bc6f72c..4a4143c3 100644 --- a/frontend/infra/plugins/import-watch-loader/config/rushx-config.json +++ b/frontend/infra/plugins/import-watch-loader/config/rushx-config.json @@ -6,7 +6,7 @@ [ "essential-config-file", "error", - { "essentialFiles": ["OWNERS", "eslint.config.js"] } + { "essentialFiles": ["eslint.config.js"] } ] ] }, diff --git a/frontend/rushx-config.json b/frontend/rushx-config.json index ccc73afb..7c26e4ec 100644 --- a/frontend/rushx-config.json +++ b/frontend/rushx-config.json @@ -11,6 +11,16 @@ "team-qa" ], "level": ["level-1", "level-2", "level-3", "level-4"], + "packageAudit": { + "enable": true, + "rules": [ + [ + "essential-config-file", + "error", + { "essentialFiles": ["eslint.config.js"] } + ] + ] + }, "codecov": { "coverage": 20, "incrementCoverage": 80,