mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 15:19:09 +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:
|
semi:
|
||||||
- error
|
- error
|
||||||
- always
|
- always
|
||||||
|
no-unused-vars:
|
||||||
|
- error
|
||||||
|
- argsIgnorePattern: "^_"
|
||||||
globals:
|
globals:
|
||||||
imports: readonly
|
imports: readonly
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user