metacall / faas

Reimplementation of MetaCall FaaS platform written in TypeScript.
https://dashboard.metacall.io
Apache License 2.0
13 stars 20 forks source link

End of line error with eslint-prettier setup #13

Closed GaurKS closed 1 year ago

GaurKS commented 1 year ago

For building the faas setup locally in windows add the following rule in your eslintConfig in package.json

"prettier/prettier": [
  "error",
  {
      "endOfLine": "auto"
  }
]

Build the project with

Creatoon commented 1 year ago

Fixed