mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 07:09:07 +00:00
Other: Allow underscore-prefixed unused arguments in ESLint config
This commit is contained in:
parent
2e5bcd4e81
commit
062bc9ae26
@ -17,5 +17,8 @@ rules:
|
||||
semi:
|
||||
- error
|
||||
- always
|
||||
no-unused-vars:
|
||||
- error
|
||||
- argsIgnorePattern: "^_"
|
||||
globals:
|
||||
imports: readonly
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user