StatusValue: Add a getter for MessageSpecifier list
[mediawiki.git] / .eslintignore
blob19831fc153f265ab5edfc96a59f8b9aff7134bb4
1 # Upstream code
2 /resources/lib/
3 /resources/src/mediawiki.libs.jpegmeta/
5 # Skip functions
6 /resources/src/skip-*
8 # Build tooling
9 /docs/coverage/
10 /docs/html/
11 /docs/js/
12 /docs/latex/
13 /vendor/
14 /tests/coverage/
15 /tests/phpunit/data/registration/duplicate_keys.json
16 /tests/phpunit/data/resourceloader/codexModules/
17 /tests/phpunit/unit/includes/Settings/Source/fixtures/bad.json
18 /maintenance/benchmarks/data/
20 # Nested projects
21 /extensions/
22 /skins/
24 # Language files written automatically by TranslateWiki
25 /**/i18n/**/*.json
26 !/**/i18n/**/en.json
27 !/**/i18n/**/qqq.json
29 # Ignore directories where MW may write internal files (T291674)
30 # Ref $wgCacheDirectory (installer)
31 # Ref $wgUploadDirectory (run-time default)
32 /cache/
33 /images/