@loopback/eslint-config
Advanced tools
Comparing version 13.0.6 to 13.0.7
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## [13.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/eslint-config@13.0.6...@loopback/eslint-config@13.0.7) (2023-01-09) | ||
**Note:** Version bump only for package @loopback/eslint-config | ||
# Change Log | ||
All notable changes to this project will be documented in this file. See | ||
@@ -4,0 +17,0 @@ [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
{ | ||
"name": "@loopback/eslint-config", | ||
"description": "ESLint configuration for LoopBack projects", | ||
"version": "13.0.6", | ||
"version": "13.0.7", | ||
"license": "MIT", | ||
@@ -15,3 +15,3 @@ "main": "eslintrc.js", | ||
"engines": { | ||
"node": "14 || 16 || 17 || 18" | ||
"node": "14 || 16 || 18 || 19" | ||
}, | ||
@@ -28,6 +28,6 @@ "publishConfig": { | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-eslint-plugin": "^5.0.6", | ||
"eslint-plugin-eslint-plugin": "^5.0.7", | ||
"eslint-plugin-mocha": "^10.1.0" | ||
}, | ||
"gitHead": "709a5ecd1ffddeb02262cecabf7b663c7b4d7e47" | ||
"gitHead": "06cbcba72ceb28ab5033bae80cc5504c80ac53c2" | ||
} |
34889