ac9fbe92e5
We've made some progress on transitioning to the modern indentation style, and for arrays the legacy style is now rare enough to make a bulk transition feasible. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2200>
27 lines
713 B
YAML
27 lines
713 B
YAML
rules:
|
|
eqeqeq: off
|
|
indent:
|
|
- error
|
|
- 4
|
|
- ignoredNodes:
|
|
- 'CallExpression[callee.object.name=GObject][callee.property.name=registerClass] > ClassExpression:first-child'
|
|
CallExpression:
|
|
arguments: first
|
|
ObjectExpression: first
|
|
MemberExpression: off
|
|
jsdoc/check-alignment: off
|
|
jsdoc/check-param-names: off
|
|
jsdoc/check-tag-names: off
|
|
jsdoc/check-types: off
|
|
jsdoc/implements-on-classes: off
|
|
jsdoc/newline-after-description: 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-newline:
|
|
- error
|
|
- consistent: true
|
|
quotes: off
|