Skip to content

Commit

Permalink
Merge pull request #2 from david-x-chen/study
Browse files Browse the repository at this point in the history
Fixed lint error
  • Loading branch information
david-x-chen authored Oct 5, 2024
2 parents dd18174 + 42e232e commit bb452e7
Show file tree
Hide file tree
Showing 3 changed files with 327 additions and 308 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"ignorePatterns": [
"src-tauri/**/*", // ignore nodeJs files
"dist/**/*",
"release/**/*"
"release/**/*",
"src/environments/*.ts"
],
"overrides": [
{
Expand All @@ -19,8 +20,7 @@
"createDefaultProgram": true
},
"extends": [
"plugin:@angular-eslint/ng-cli-compat",
"plugin:@angular-eslint/ng-cli-compat--formatting-add-on",
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libgtk-3-dev libappindicator3-dev librsvg2-dev patchelf libsoup-3.0 libwebkit2gtk-4.1-dev
- name: Install Dependencies
run: npm i && npm i -D cli-truncate
Expand Down
Loading

0 comments on commit bb452e7

Please sign in to comment.