@bratislava/eslint-config-nest 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -70,7 +70,7 @@ export function createNestConfig(options = {}) {
70
70
  ...baseConfig,
71
71
 
72
72
  // NestJS plugin
73
- eslintNestJs.configs.flatRecommended,
73
+ ...eslintNestJs.configs.flatRecommended,
74
74
 
75
75
  // JSON support
76
76
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bratislava/eslint-config-nest",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "ESLint configuration for NestJS backend projects",
5
5
  "keywords": [
6
6
  "eslint",
@@ -30,7 +30,7 @@
30
30
  "typescript": ">= 5"
31
31
  },
32
32
  "dependencies": {
33
- "@bratislava/eslint-config": "0.7.0",
33
+ "@bratislava/eslint-config": "0.8.0",
34
34
  "@darraghor/eslint-plugin-nestjs-typed": "7.1.3",
35
35
  "@eslint/json": "0.14.0",
36
36
  "eslint-plugin-jest": "28.13.5",