55cf8cf4bb
We got rid of all uses of extension utils code in the gnome-shell process itself, and everything that is now using it - including extensions - is already loaded as module. We can therefore quickly move the file to ESM, which will help a bit with upcoming changes. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2837>
18 lines
414 B
YAML
18 lines
414 B
YAML
extends:
|
|
- ./lint/eslintrc-gjs.yml
|
|
- ./lint/eslintrc-shell.yml
|
|
overrides:
|
|
- files:
|
|
- js/ui/init.js
|
|
- js/ui/environment.js
|
|
- js/ui/scripting.js
|
|
- js/misc/dependencies.js
|
|
- js/dbusServices/**
|
|
- js/extensions/**
|
|
- js/portalHelper/**
|
|
- subprojects/extensions-app/**
|
|
- subprojects/extensions-tool/**
|
|
- tests/**
|
|
parserOptions:
|
|
sourceType: module
|