gnome-shell/.eslintrc.yml
Florian Müllner 8d562ff71c portalHelper: Port to ESM
The helper app that provides the login dialog for network portals
is another separate process that can be moved to ESM separately.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2786>
2023-06-21 13:26:42 +02:00

12 lines
245 B
YAML

extends:
- ./lint/eslintrc-gjs.yml
- ./lint/eslintrc-shell.yml
overrides:
- files:
- js/ui/init.js
- js/dbusServices/**
- js/portalHelper/**
- subprojects/extensions-app/**
parserOptions:
sourceType: module