This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@team23/eslint-config-team23-angular",
"version": "18.0.1",
"description": "A set of eslint rules used by TEAM23 for standard angular projects",
"main": ".eslintrc.js",
"scripts": {
"lint": "eslint test/* --no-ignore"
},
"keywords": [
"eslint",
"angular",
"TEAM23"
],
"author": "TEAM23 GmbH",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/team23/eslint-config-team23-angular"
},
"devDependencies": {
"@angular-eslint/builder": "^18.0.0",
"@angular-eslint/eslint-plugin": "^18.0.0",
"@angular-eslint/eslint-plugin-template": "^18.0.0",
"@angular-eslint/template-parser": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.57.0",
"eslint-plugin-html": "^7.1.0",
"typescript": "~5.2.2"
},
"peerDependencies": {
"@angular-eslint/builder": "^18.0.0",
"@angular-eslint/eslint-plugin": "^18.0.0",
"@angular-eslint/eslint-plugin-template": "^18.0.0",
"@angular-eslint/template-parser": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^7.11.0 || ^8.0.0",
"@typescript-eslint/parser": "^7.11.0 || ^8.0.0",
"eslint": "^8.57.0",
"eslint-plugin-html": "^7.1.0 || ^8.0.0"
}
}