Skip to content

Commit 73e78b3

Browse files
authored
Merge pull request #2630 from Particular/john/flaky
2 parents 6b6e5d4 + d307c09 commit 73e78b3

File tree

63 files changed

+1749
-383
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1749
-383
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defaults:
1414
jobs:
1515
build:
1616
name: Windows
17-
runs-on: windows-2022
17+
runs-on: windows-latest
1818
steps:
1919
- name: Checkout
2020
uses: actions/[email protected]

src/Frontend/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended"
77

88
export default tseslint.config(
99
{
10-
ignores: ["node_modules/**", "dist/**", "public/js/app.constants.js"],
10+
ignores: ["node_modules/**", "dist/**", "public/js/app.constants.js", "public/mockServiceWorker.js"],
1111
},
1212
{
1313
files: ["**/*.{js,mjs,ts,vue}"],

0 commit comments

Comments
 (0)