lint: Convert eslint JSON to YAML

gjs has changed its configuration to YAML, so switch to that format
to keep syncing possible.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/818
This commit is contained in:
Florian Müllner 2019-08-19 19:20:55 +02:00 committed by Georges Basile Stavracas Neto
parent 913990b9ea
commit abc7cc9a26
9 changed files with 136 additions and 202 deletions

3
.eslintrc.yml Normal file
View file

@ -0,0 +1,3 @@
extends:
- ./lint/eslintrc-gjs.yml
- ./lint/eslintrc-shell.yml