Anyone have any ideas why this would happen? Just ...
# help
g
Anyone have any ideas why this would happen? Just did
npx create-serverless-stack@0.52.0 test
to try and test a construct on an older version since I havent taken the time to try and fully upgrade to v2 and getting this:
eh just a test so I turned linting off not really sure why that happened
f
Hey @Garret Harp, we made a change in v0.48.0 to make linting in SST more extensible. You just have to add this block to ur
package.json
Copy code
{
  "eslintConfig": {
    "extends": [
      "serverless-stack"
    ]
  }
}
sorry, just noticed that you have
eslintConfig
in ur package.json.
was the new app u created a standalone app or was it in a mono-repo? And did u use
npm
or
yarn
?
^ @thdxr any idea?
t
Can you try installing eslint-config-serverless-stack