Skip to content

Commit

Permalink
Merge branch 'develop' into mp/deps_20241011
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed Nov 13, 2024
2 parents 85329f9 + 8f33e5a commit c398962
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
release:
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@feat-automate-releases-releasenotes
secrets: inherit
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@main
secrets: inherit
with:
release_version: ${{ inputs.release_version }}
release_version: ${{ inputs.release_version }}
4 changes: 4 additions & 0 deletions config/eslintrc.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,9 @@ module.exports = ({ tsconfigRootDir, optimizeImports }) => ({
extends: ['plugin:jest/recommended'],
plugins: ['jest'],
},
{
files: 'playwright/**/*.{test|spec}.ts',
extends: 'plugin:playwright/recommended',
},
],
});
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"eslint-plugin-react-compiler": "0.0.0-experimental-7c1344f-20241009",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-playwright": "^2.0.1",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
Expand Down

0 comments on commit c398962

Please sign in to comment.