Codebase list gnome-shell-extensions / fresh-snapshots/upstream lint / eslintrc-shell.yml
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

eslintrc-shell.yml @fresh-snapshots/upstreamraw · history · blame

rules:
  camelcase:
    - error
    - properties: never
      allow: [^vfunc_, ^on_]
  object-curly-spacing:
    - error
    - always
  prefer-arrow-callback: error
globals:
  global: readonly