26e018206d
All tests are currently excluded from linting, so errors can sneak in more easily. We should change that, so quickly fix up any remaining errors. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2822>
14 lines
307 B
YAML
14 lines
307 B
YAML
extends:
|
|
- ./lint/eslintrc-gjs.yml
|
|
- ./lint/eslintrc-shell.yml
|
|
overrides:
|
|
- files:
|
|
- js/ui/init.js
|
|
- js/dbusServices/**
|
|
- js/portalHelper/**
|
|
- subprojects/extensions-app/**
|
|
- subprojects/extensions-tool/**
|
|
- tests/shell/**
|
|
parserOptions:
|
|
sourceType: module
|