Skip to content

Commit

Permalink
fix compilation errors for i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Dec 10, 2021
1 parent 25835ea commit b8eccee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"plugin:import/errors",
"plugin:import/warnings",
"plugin:import/typescript",
"plugin:import/recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
Expand Down Expand Up @@ -54,6 +55,7 @@
}
],
"no-unused-vars": "off",
"import/named": "off",
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/no-explicit-any": ["off"],
"@typescript-eslint/explicit-module-boundary-types": "off"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2etests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build Frontend
run: |
sudo npm install -g npm@8.2.0
sudo npm install -g npm@8.3.0
npx --quiet pinst --disable
npm install --production
npm run build --production
Expand Down

0 comments on commit b8eccee

Please sign in to comment.