Other: Allow underscore-prefixed unused arguments in ESLint config

This commit is contained in:
Julian 2023-01-24 19:26:08 +01:00
parent 2e5bcd4e81
commit 062bc9ae26
Signed by: julian
GPG Key ID: 094C2AC34192FA11

View File

@ -17,5 +17,8 @@ rules:
semi:
- error
- always
no-unused-vars:
- error
- argsIgnorePattern: "^_"
globals:
imports: readonly