Skip to content

Commit

Permalink
Merge pull request #54 from rars/update-dependencies
Browse files Browse the repository at this point in the history
chore(deps): update dependencies
  • Loading branch information
rars authored Jan 16, 2024
2 parents fe73271 + 89621a1 commit 1efef3f
Show file tree
Hide file tree
Showing 11 changed files with 3,521 additions and 2,522 deletions.
31 changes: 9 additions & 22 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
{
"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",
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
Expand All @@ -43,20 +37,13 @@
"accessibility": "explicit"
}
],
"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
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run build --if-present
- run: npm test
12 changes: 0 additions & 12 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,6 @@
],
"scripts": []
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "ngx-diff-demo:serve"
},
"configurations": {
"production": {
"devServerTarget": "ngx-diff-demo:serve:production"
}
}
}
}
},
Expand Down
32 changes: 0 additions & 32 deletions e2e/protractor.conf.js

This file was deleted.

23 changes: 0 additions & 23 deletions e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions e2e/src/app.po.ts

This file was deleted.

13 changes: 0 additions & 13 deletions e2e/tsconfig.json

This file was deleted.

Loading

0 comments on commit 1efef3f

Please sign in to comment.