You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this is throwing errors on a minified file, I see 3 options here:
we explicitly call out in the martech lib documentation that you need to update your project's .eslintignore
we add a generic *.min.js in the boilerplate's .eslintignore
we consider it's the project team's responsibility to figure out what .eslintignore config to use based on the what they add to the boilerplate
I'm temped to do 1. and 3., but 2. would be a more generic future-proof approach… but this addresses something outside the scope of the boilerplate itself.
Expected Behaviour
Installing AEM Martech Plugin passes linting and builds successfully
Actual Behaviour
Installing Martech plugin causes builds to fail due to linting errors. Build process is linting minified files.
Reproduce Scenario (including but not limited to)
Sample Code that illustrates the problem
https://github.com/johndavidsimmons/aem-demo-site
The text was updated successfully, but these errors were encountered: