diff --git a/frontend/config/ts-config/config/rushx-config.json b/frontend/config/ts-config/config/rushx-config.json index d18999060..17540b909 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 0bc6f72c2..4a4143c37 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 ccc73afb6..7c26e4ecb 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,