@igniteui/angular-templates 18.1.1341 → 18.1.1342

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.
@@ -106,8 +106,20 @@
106
106
  ]
107
107
  }
108
108
  }
109
+ },
110
+ "lint": {
111
+ "builder": "@angular-eslint/builder:lint",
112
+ "options": {
113
+ "lintFilePatterns": [
114
+ "src/**/*.ts",
115
+ "src/**/*.html"
116
+ ]
117
+ }
109
118
  }
110
119
  }
111
120
  }
121
+ },
122
+ "cli": {
123
+ "schematicCollections": ["@angular-eslint/schematics"]
112
124
  }
113
125
  }
@@ -6,7 +6,8 @@
6
6
  "start": "ng serve -o",
7
7
  "build": "ng build",
8
8
  "watch": "ng build --watch --configuration development",
9
- "test": "ng test"
9
+ "test": "ng test",
10
+ "lint": "ng lint"
10
11
  },
11
12
  "private": true,
12
13
  "dependencies": {
@@ -35,8 +36,8 @@
35
36
  "@angular/cli": "~18.1.0",
36
37
  "@angular/compiler-cli": "~18.1.0",
37
38
  "@types/jasmine": "~5.1.1",
38
- "@typescript-eslint/eslint-plugin": "6.9.1",
39
- "@typescript-eslint/parser": "6.9.1",
39
+ "@typescript-eslint/eslint-plugin": "~7.11.0",
40
+ "@typescript-eslint/parser": "~7.11.0",
40
41
  "eslint": "~8.57.0",
41
42
  "igniteui-cli": "~<%=cliVersion%>",
42
43
  "jasmine-core": "~5.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "18.1.1341",
3
+ "version": "18.1.1342",
4
4
  "description": "Templates for Ignite UI for Angular projects and components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "author": "Infragistics",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@igniteui/cli-core": "~13.4.1",
15
+ "@igniteui/cli-core": "~13.4.2",
16
16
  "typescript": "~5.4.3"
17
17
  }
18
18
  }