8d562ff71c
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>
12 lines
245 B
YAML
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
|