Skip to content

Commit d307c09

Browse files
authored
Merge pull request #2658 from Particular/john/refresh_v2
2 parents c928e82 + 427b594 commit d307c09

File tree

60 files changed

+1686
-337
lines changed

Some content is hidden

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

60 files changed

+1686
-337
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)