1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-14 10:26:19 +01:00

eslint: error on importing bitwarden licensed code into /libs**/*

This commit is contained in:
Daniel James Smith 2024-11-11 09:52:32 +01:00
parent f5e6fc8ed5
commit d2bf97efe8
No known key found for this signature in database
GPG Key ID: DA2E2EC600E1289B

View File

@ -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/**/*",