mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
15 lines
357 B
YAML
15 lines
357 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/dbusServices/**
|
|
- js/portalHelper/**
|
|
- subprojects/extensions-app/**
|
|
- subprojects/extensions-tool/**
|
|
- tests/**
|
|
parserOptions:
|
|
sourceType: module
|