Option to disable JavaScript linting when uploading zip files to the deployer
We write all of our JavaScript in ES6, then bundle and lint it via Webpack, so there's no need to lint it again when we upload our zip files to the deployer. In some cases, the deployer has flagged errors that are not relevant or valid, which has ...