SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.51k stars 263 forks source link

chore: remove husky:lint #9265

Closed dimovpetar closed 3 months ago

dimovpetar commented 3 months ago

eslint runs slow on Windows machines. On average it takes from 100 to 300 seconds to complete, sometimes even more.

vladitasev commented 3 months ago

Please use the standard --no-verify flag when pushing in order to bypass the ESLint check.

git push --no-verify
pskelin commented 3 months ago

related: #8824