Ideas for Arc XP

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 prevented us from deploying our code. Ideally, we'd have the ability to disable the deployer's JavaScript linter entirely.

  • Mark Plewis
  • Jan 17 2018
  • Shipped
Categories Developer Tools, Developer Workflow
  • Attach files
  • Mark Plewis commented
    April 05, 2018 16:26

    Update: Robb Traister made some changes to the deployer and this is no longer an issue for us. I don't know if our JavaScript is still being linted by the deployer, but we're no longer seeing errors.