Codebase list gnome-shell-extensions / a7c8c78e-91b8-4287-8ed5-fbcf5fc9938a/main lint / eslintrc-shell.yml
a7c8c78e-91b8-4287-8ed5-fbcf5fc9938a/main

Tree @a7c8c78e-91b8-4287-8ed5-fbcf5fc9938a/main (Download .tar.gz)

eslintrc-shell.yml @a7c8c78e-91b8-4287-8ed5-fbcf5fc9938a/mainraw · history · blame

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