How to prevent layer inheritance #658
Unanswered
ojvribeiro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically, I have a base layer using ESLint for code quality. In the main application which extends the base layer, the ESLint is inherited.
How to prevent it to happen? The idea is to run ESLint in the layer only (the use of the module in the main app is not forced). Is it even possible?
Beta Was this translation helpful? Give feedback.
All reactions