@wavemaker/angular-codegen 12.0.0-next.45503 → 12.0.0-rc.5849

Sign up to get free protection for your applications and to get access to all the features.
@@ -61,6 +61,7 @@
61
61
  }
62
62
  ],
63
63
  "scripts": [
64
+ "./node_modules/x2js/x2js.js",
64
65
  "./node_modules/d3/dist/d3.min.js",
65
66
  "./node_modules/@wavemaker/nvd3/build/nv.d3.min.js",
66
67
  "./node_modules/jquery/dist/jquery.min.js",
@@ -201,6 +202,7 @@
201
202
  "src/assets/app.css"
202
203
  ],
203
204
  "scripts": [
205
+ "./node_modules/x2js/x2js.js",
204
206
  "./node_modules/d3/dist/d3.min.js",
205
207
  "./node_modules/@wavemaker/nvd3/build/nv.d3.min.js",
206
208
  "./node_modules/jquery/dist/jquery.min.js",
@@ -257,11 +259,23 @@
257
259
  "options": {
258
260
  "buildTarget": "angular-app:build"
259
261
  }
262
+ },
263
+ "lint": {
264
+ "builder": "@angular-eslint/builder:lint",
265
+ "options": {
266
+ "lintFilePatterns": [
267
+ "src/**/*.ts",
268
+ "src/**/*.html"
269
+ ]
270
+ }
260
271
  }
261
272
  }
262
273
  }
263
274
  },
264
275
  "cli": {
265
- "analytics": "fe5e8f46-2dff-4044-b3b8-8a1307278ce6"
276
+ "analytics": "fe5e8f46-2dff-4044-b3b8-8a1307278ce6",
277
+ "schematicCollections": [
278
+ "@angular-eslint/schematics"
279
+ ]
266
280
  }
267
281
  }