August C
10/31/2021, 8:33 PM/sst
yarn.lock
package.json
[...]
/shared
yarn.lock
package.json
[...]
/backend
yarn.lock
package.json
[...]
yarn.lock
package.json
thdxr
10/31/2021, 8:35 PMthdxr
10/31/2021, 8:35 PMthdxr
10/31/2021, 8:36 PMAugust C
10/31/2021, 9:46 PMAugust C
10/31/2021, 10:30 PMsst
as a workspace (not in the root, but as a sibling directory to my shared package) and as I expected it worked fine locally. But it deployed with the error
No eslint config found. There was a change starting in SST v0.48.0 with the eslint integration for better editor support. Please add the following to your package.json:
"eslintConfig": {
"extends": ["serverless-stack"]
}
For more information check the documentation: <https://docs.serverless-stack.com/working-locally#linting--type-checking>
There was a problem linting the source.
There was an error synthesizing your app.
error Command failed with exit code 1.
thdxr
11/01/2021, 12:12 AM