diff --git a/.eslintrc.json b/.eslintrc.json index c606b8f933b..f6568b62bc6 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -105,6 +105,11 @@ "from": ["apps/**/*"], "message": "Libs should not import app-specific code." }, + { + "target": ["libs/**/*"], + "from": ["bitwarden_license/**/*"], + "message": "Libs should not import bitwarden licensed code" + }, { // avoid specific frameworks or large dependencies in common "target": "./libs/common/**/*",