Skip to content

Commit

Permalink
Merge branch 'main' into taefi/add-gradle-kotlin-compiler-options
Browse files Browse the repository at this point in the history
  • Loading branch information
taefi authored Feb 5, 2025
2 parents c869457 + 2c651bb commit 0eae2ac
Show file tree
Hide file tree
Showing 285 changed files with 23,058 additions and 30,338 deletions.
6 changes: 6 additions & 0 deletions .eslintrc → .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@
"ignorePatterns": ["packages/ts/*/test/**/*.snap.ts"],
"plugins": ["mocha", "tsdoc"],
"rules": {
"@typescript-eslint/no-useless-template-literals": "off",
"@typescript-eslint/no-invalid-void-type": "off",
"@typescript-eslint/member-ordering": "off",
"@typescript-eslint/return-await": "off",
"@typescript-eslint/switch-exhaustiveness-check": [
"error",
{ "allowDefaultCaseForExhaustiveSwitch": true, "considerDefaultExhaustiveForUnions": true }
],
"class-methods-use-this": "off",
"import/no-duplicates": "off",
"import/no-extraneous-dependencies": "off",
"import/prefer-default-export": "off",
"max-params": "off",
"max-classes-per-file": "off",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
timeout-minutes: 5
env:
NX_SKIP_NX_CACHE: true
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1

steps:
- uses: actions-cool/check-user-permission@main
Expand Down
16 changes: 0 additions & 16 deletions .mocharc.cjs

This file was deleted.

2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
git-tag-version=false
prefer-dedupe=true
save-exact=true
1 change: 1 addition & 0 deletions .nxignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.snap.ts
43 changes: 0 additions & 43 deletions karma-context.html

This file was deleted.

45 changes: 0 additions & 45 deletions karma-debug.html

This file was deleted.

253 changes: 0 additions & 253 deletions karma.config.cjs

This file was deleted.

Loading

0 comments on commit 0eae2ac

Please sign in to comment.