a42f7c2384
We have been using type-safe comparisons in new code for quite a while now, however old code has only been adapted slowly. Change all the remaining bits to get rid of another legacy style difference. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2866>
13 lines
336 B
YAML
13 lines
336 B
YAML
rules:
|
|
jsdoc/check-alignment: off
|
|
jsdoc/check-param-names: off
|
|
jsdoc/check-tag-names: off
|
|
jsdoc/check-types: off
|
|
jsdoc/implements-on-classes: off
|
|
jsdoc/tag-lines: off
|
|
jsdoc/require-jsdoc: off
|
|
jsdoc/require-param: off
|
|
jsdoc/require-param-description: off
|
|
jsdoc/require-param-name: off
|
|
jsdoc/require-param-type: off
|