Codebase list gnome-shell-extensions / 057756c lint / eslintrc-shell.yml
057756c

Tree @057756c (Download .tar.gz)

eslintrc-shell.yml @057756craw · history · blame

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