@wavemaker/angular-codegen 11.8.4-rc.5773 → 11.8.4-rc.5779

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.
@@ -257,11 +257,23 @@
257
257
  "options": {
258
258
  "buildTarget": "angular-app:build"
259
259
  }
260
+ },
261
+ "lint": {
262
+ "builder": "@angular-eslint/builder:lint",
263
+ "options": {
264
+ "lintFilePatterns": [
265
+ "src/**/*.ts",
266
+ "src/**/*.html"
267
+ ]
268
+ }
260
269
  }
261
270
  }
262
271
  }
263
272
  },
264
273
  "cli": {
265
- "analytics": "fe5e8f46-2dff-4044-b3b8-8a1307278ce6"
274
+ "analytics": "fe5e8f46-2dff-4044-b3b8-8a1307278ce6",
275
+ "schematicCollections": [
276
+ "@angular-eslint/schematics"
277
+ ]
266
278
  }
267
279
  }