Releases: serverless/eslint-config
Releases · serverless/eslint-config
5.1.0 (2023-06-22)
5.0.1 (2022-08-16)
5.0.0 (2022-08-16)
⚠ BREAKING CHANGES
- Default for Node.js was switched from v12+ to v14+. To lint for Node.js v12+, rely on
node/12
configuration
Features
- Upgrade default Node.js config to v14 (c8a8e95)
4.0.1 (2022-05-23)
4.0.0 (2021-11-03)
⚠ BREAKING CHANGES
- Default Node.js configuration is set for Node.js v12. Projects which support Node.js v10 need to switch to
node/10
Features
- Upgrade default Node.js configuration to v12 (adfbb1d)
3.0.2 (2021-11-03)
3.0.1 (2021-11-03)
3.0.0 (2020-08-28)
⚠ BREAKING CHANGES
- ES2019 syntax is now accepted as valid
Features
- Upgrade to support ES2019 (ec7e343)