Skip to content
Open
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
{
"root": true,
"ignorePatterns": [
"projects/**/*"
],
"ignorePatterns": ["projects/**/*"],
"overrides": [
{
"files": [
"*.ts"
],
"files": ["*.ts"],
"parserOptions": {
"project": [
"tsconfig.json",
"e2e/tsconfig.json"
],
"project": ["tsconfig.json"],
"createDefaultProgram": true
},
"extends": [
"plugin:@angular-eslint/ng-cli-compat",
"plugin:@angular-eslint/ng-cli-compat--formatting-add-on",
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
Expand All @@ -31,20 +23,13 @@
"@typescript-eslint/member-ordering": "off",
"@angular-eslint/no-input-rename": "off",
"prefer-arrow/prefer-arrow-functions": "off",
"arrow-parens": [
"off",
"always"
],
"arrow-parens": ["off", "always"],
"import/order": "off"
}
},
{
"files": [
"*.html"
],
"extends": [
"plugin:@angular-eslint/template/recommended"
],
"files": ["*.html"],
"extends": ["plugin:@angular-eslint/template/recommended"],
"rules": {}
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": false
"analytics": false,
"schematicCollections": ["@angular-eslint/schematics"]
},
"version": 1,
"newProjectRoot": "projects",
Expand Down Expand Up @@ -43,9 +44,5 @@
}
}
}
},
"defaultProject": "kubeflow",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
}
}
Loading
Loading