mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
lint: Relax jsdoc requirement
Requiring a description for every parameter even in internal
functions or in obvious cases ("actor - the actor") is cumbersome,
so relax that rule.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2842>
This commit is contained in:
parent
476bf23041
commit
21e4cb142d
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ rules:
|
|||
beforeColon: false
|
||||
afterColon: true
|
||||
prefer-arrow-callback: error
|
||||
jsdoc/require-param-description: off
|
||||
|
||||
overrides:
|
||||
- files: js/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue