You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`eslint-8--new-workspace-create-application-false-ng-add-then-project should pass linting when running ng-add before creating any projects 1`] =`
3
+
exports[`eslint-8--new-workspace-create-application-false-ng-add-then-project > should pass linting when running ng-add before creating any projects 1`] =`
4
4
{
5
5
"@angular-eslint/builder": "0.0.0-e2e",
6
6
"@angular-eslint/eslint-plugin": "0.0.0-e2e",
@@ -24,96 +24,96 @@ exports[`eslint-8--new-workspace-create-application-false-ng-add-then-project sh
24
24
}
25
25
`;
26
26
27
-
exports[`eslint-8--new-workspace-create-application-false-ng-add-then-project should pass linting when running ng-add before creating any projects 2`] =`
27
+
exports[`eslint-8--new-workspace-create-application-false-ng-add-then-project > should pass linting when running ng-add before creating any projects 2`] =`
exports[`eslint-8--new-workspace-create-application-false-ng-add-then-project should pass linting when running ng-add before creating any projects 3`] =`
61
+
exports[`eslint-8--new-workspace-create-application-false-ng-add-then-project > should pass linting when running ng-add before creating any projects 3`] =`
62
62
"{
63
-
\\"extends\\": \\"../../.eslintrc.json\\",
64
-
\\"ignorePatterns\\": [
65
-
\\"!**/*\\"
63
+
"extends": "../../.eslintrc.json",
64
+
"ignorePatterns": [
65
+
"!**/*"
66
66
],
67
-
\\"overrides\\": [
67
+
"overrides": [
68
68
{
69
-
\\"files\\": [
70
-
\\"*.ts\\"
69
+
"files": [
70
+
"*.ts"
71
71
],
72
-
\\"rules\\": {
73
-
\\"@angular-eslint/directive-selector\\": [
74
-
\\"error\\",
72
+
"rules": {
73
+
"@angular-eslint/directive-selector": [
74
+
"error",
75
75
{
76
-
\\"type\\": \\"attribute\\",
77
-
\\"prefix\\": \\"app\\",
78
-
\\"style\\": \\"camelCase\\"
76
+
"type": "attribute",
77
+
"prefix": "app",
78
+
"style": "camelCase"
79
79
}
80
80
],
81
-
\\"@angular-eslint/component-selector\\": [
82
-
\\"error\\",
81
+
"@angular-eslint/component-selector": [
82
+
"error",
83
83
{
84
-
\\"type\\": \\"element\\",
85
-
\\"prefix\\": \\"app\\",
86
-
\\"style\\": \\"kebab-case\\"
84
+
"type": "element",
85
+
"prefix": "app",
86
+
"style": "kebab-case"
87
87
}
88
88
]
89
89
}
90
90
},
91
91
{
92
-
\\"files\\": [
93
-
\\"*.html\\"
92
+
"files": [
93
+
"*.html"
94
94
],
95
-
\\"rules\\": {}
95
+
"rules": {}
96
96
}
97
97
]
98
98
}
99
99
"
100
100
`;
101
101
102
-
exports[`eslint-8--new-workspace-create-application-false-ng-add-then-project should pass linting when running ng-add before creating any projects 4`] =`
103
-
Object {
102
+
exports[`eslint-8--new-workspace-create-application-false-ng-add-then-project > should pass linting when running ng-add before creating any projects 4`] =`
103
+
{
104
104
"builder": "@angular-eslint/builder:lint",
105
-
"options": Object{
106
-
"lintFilePatterns": Array[
105
+
"options": {
106
+
"lintFilePatterns": [
107
107
"projects/app-project/**/*.ts",
108
108
"projects/app-project/**/*.html",
109
109
],
110
110
},
111
111
}
112
112
`;
113
113
114
-
exports[`eslint-8--new-workspace-create-application-false-ng-add-then-project should pass linting when running ng-add before creating any projects 5`] =`
114
+
exports[`eslint-8--new-workspace-create-application-false-ng-add-then-project > should pass linting when running ng-add before creating any projects 5`] =`
0 commit comments