39ed7f83fd
Pin eslint to v8 and eslint-plugin-jsdoc to v46, migrate the removed jsdoc rule. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2792>
25 lines
629 B
YAML
25 lines
629 B
YAML
rules:
|
|
eqeqeq: off
|
|
indent:
|
|
- error
|
|
- 4
|
|
- ignoredNodes:
|
|
- 'CallExpression[callee.object.name=GObject][callee.property.name=registerClass] > ClassExpression:first-child'
|
|
CallExpression:
|
|
arguments: first
|
|
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
|
|
object-curly-spacing:
|
|
- error
|
|
- always
|
|
quotes: off
|