File tree 11 files changed +21
-20
lines changed
11 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 9
9
" *.ts"
10
10
],
11
11
"parserOptions" : {
12
- "project" : [
13
- " ./tsconfig.json"
14
- ],
15
12
"createDefaultProgram" : true
16
13
},
17
14
"extends" : [
43
40
" *.html"
44
41
],
45
42
"extends" : [
46
- " plugin:@angular-eslint/template/recommended"
43
+ " plugin:@angular-eslint/template/recommended" ,
44
+ " plugin:@angular-eslint/template/accessibility"
47
45
],
48
- "rules" : {}
46
+ "rules" : {
47
+ "@angular-eslint/template/elements-content" : " off" ,
48
+ "@angular-eslint/template/alt-text" : " off"
49
+ }
49
50
}
50
51
]
51
52
}
Original file line number Diff line number Diff line change 9
9
" *.ts"
10
10
],
11
11
"parserOptions" : {
12
- "project" : [
13
- " ./tsconfig.json"
14
- ],
15
12
"createDefaultProgram" : true
16
13
},
17
14
"rules" : {
Original file line number Diff line number Diff line change 35
35
"lodash-es" : " ^4.17.21" ,
36
36
"tslib" : " ^2.3.0"
37
37
},
38
+ "sideEffects" : false ,
38
39
"keywords" : [
39
40
" coreui" ,
40
41
" coreui-chartjs" ,
Original file line number Diff line number Diff line change 9
9
" *.ts"
10
10
],
11
11
"parserOptions" : {
12
- "project" : [
13
- " ./tsconfig.json"
14
- ],
15
12
"createDefaultProgram" : true
16
13
},
17
14
"rules" : {
Original file line number Diff line number Diff line change 21
21
"@popperjs/core" : " ~2.11.6" ,
22
22
"tslib" : " ^2.3.0"
23
23
},
24
+ "sideEffects" : false ,
24
25
"peerDependencies" : {
25
26
"@angular/animations" : " ^17.0.0" ,
26
27
"@angular/cdk" : " ^17.0.0" ,
Original file line number Diff line number Diff line change 9
9
" *.ts"
10
10
],
11
11
"parserOptions" : {
12
- "project" : [
13
- " ./tsconfig.json"
14
- ],
15
12
"createDefaultProgram" : true
16
13
},
17
14
"rules" : {
24
21
}
25
22
],
26
23
"@angular-eslint/component-selector" : [
27
- " warn " ,
24
+ " error " ,
28
25
{
29
26
"type" : " element" ,
30
27
"prefix" : " c" ,
Original file line number Diff line number Diff line change 33
33
"dependencies" : {
34
34
"tslib" : " ^2.3.0"
35
35
},
36
+ "sideEffects" : false ,
36
37
"keywords" : [
37
38
" coreui" ,
38
39
" coreui-icons" ,
Original file line number Diff line number Diff line change 1
1
{
2
+ "extends" : " ../../tsconfig.json" ,
2
3
"files" : [],
3
4
"references" : [
4
5
{
Original file line number Diff line number Diff line change 2
2
{
3
3
"extends" : " ./tsconfig.lib.json" ,
4
4
"compilerOptions" : {
5
- "declarationMap" : false
5
+ "declarationMap" : false ,
6
6
},
7
7
"angularCompilerOptions" : {
8
8
"compilationMode" : " partial"
9
- }
9
+ },
10
+ "include" : [
11
+ " src/**/*.ts" ,
12
+ " src/**/*.d.ts"
13
+ ]
10
14
}
Original file line number Diff line number Diff line change 12
12
],
13
13
"include" : [
14
14
" **/*.spec.ts" ,
15
- " **/*.d.ts"
15
+ " **/*.d.ts" ,
16
+ " **/*.ts"
16
17
]
17
18
}
Original file line number Diff line number Diff line change 21
21
"noPropertyAccessFromIndexSignature" : false ,
22
22
"noImplicitReturns" : true ,
23
23
"noFallthroughCasesInSwitch" : true ,
24
+ "esModuleInterop" : true ,
24
25
"sourceMap" : true ,
25
26
"declaration" : false ,
26
- "downlevelIteration" : true ,
27
27
"experimentalDecorators" : true ,
28
28
"moduleResolution" : " node" ,
29
29
"importHelpers" : true ,
36
36
"lib" : [
37
37
" ES2022" ,
38
38
" dom"
39
- ],
39
+ ]
40
40
},
41
41
"angularCompilerOptions" : {
42
42
"enableI18nLegacyMessageIdFormat" : false ,
You can’t perform that action at this time.
0 commit comments