npm @serverless-stack/cli 0.48.0
v0.48.0

latest releases: 1.18.4, 1.18.3, 1.18.2...
2 years ago

💥 Breaking Change

Linting: This release has a change to how linting works to better support it with editor plugins. You'll need to add the following to package.json

{
  "eslintConfig": {
    "extends": [
      "serverless-stack"
    ]
  }
}

More info

🚀 Enhancement

  • #936 ESLint changes for better editor integration (@thdxr)

Update using:

$ npx sst update 0.48.0
$ yarn sst update 0.48.0

Don't miss a new cli release

NewReleases is sending notifications on new releases.