Skip to content

build: turn off eslint errors about prettier formatting issues

Tamlyn Rhodes requested to merge eslint-prettier into master
  • don't want the build to fail for a trivial code formatting issue
  • don't want to see red squigglies in my IDE when the code will be fixed on commit anyway
  • this is the recommended way

Merge request reports