mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 15:19:09 +00:00
22 lines
279 B
YAML
22 lines
279 B
YAML
env:
|
|
es2021: true
|
|
extends: 'eslint:recommended'
|
|
parserOptions:
|
|
ecmaVersion: 12
|
|
rules:
|
|
indent:
|
|
- error
|
|
- 4
|
|
- SwitchCase: 1
|
|
linebreak-style:
|
|
- error
|
|
- unix
|
|
quotes:
|
|
- error
|
|
- double
|
|
semi:
|
|
- error
|
|
- always
|
|
globals:
|
|
imports: readonly
|