Skip to content

Commit

Permalink
Merge pull request #176 from Fmstrat/develop
Browse files Browse the repository at this point in the history
merge version 16 into master
  • Loading branch information
GrylledCheez authored Nov 20, 2023
2 parents d33631a + 5820ad7 commit 239f054
Show file tree
Hide file tree
Showing 5 changed files with 640 additions and 652 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ rules:
no-unused-vars:
- error
# Vars use a suffix _ instead of a prefix because of file-scope private vars
- varsIgnorePattern: (^unused|Manager|buildPrefsWidget|enable|disable|init|_$)
- varsIgnorePattern: (^unused|Manager|fillPreferencesWindow|enable|disable|init|_$)
argsIgnorePattern: ^(unused|_)
no-useless-call: error
no-useless-computed-key: error
Expand Down
Loading

0 comments on commit 239f054

Please sign in to comment.