Skip lint is not supported in FDK 10.1

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.

Please help fix this as it is a blocker.

@Santhosh @Himanshu_Sharma

Hey @arunrajkumar235,

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?

kindly clarify

Thanks

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.

possible share with us the App.zip with minimal version to validate this?

How about we get on a call? I have a complex source code setup that is cumbersome to replicate on any other machine.

Also the problem is that I’m not able to pack the app to generate the zip.

I am having the same issue, my app uses interface classes from separate files so I get the errors

grafik

during packing with fdk pack --skip-lint

Update:

Since I need to update a customer’s app today I uninstalled fdk and reinstalled version 10.0.1 which is working without issues.