After updating to FDK 10.1, I get the below error messages about linting. I’m still using the old method to build a React frontend app and when the app is packed, it contains several react files and app files which throw unnecessary linting errors.
When packing the app, until version 10.0.1, I’ve never had any problems using fdk pack –skip-lint.
It’s only with FDK 10.1 that it doesn’t allow packing.
Good day, so you are not using the new Meta framework app, and with the existing react app, you are getting above lint errors?
and as per the logs its coming from Iparams assets, are you using old react Framwwork inside of Iparams as well?
I am using the existing react app framework. Not the meta framework.
The assets in the config folder is from an ember app for the iparams page. This is an existing app that I have been maintaining for over 2 years and it was working perfectly fine until 10.0.1 with the –siip-lint.
The reason I had to skip lint is because it was finding faults with the vendor files that were included and I can’t do anything about it.
in my opinion, there shouldn’t be any linting taking place on packed files.