MediaWiki/.eslintignore
Umherirrender fefb27b037 build: Run eslint for /docs/ and make pass
The doc folder contains (committed) json files with schema definition
for json files
That should be linted as well to spot syntax errors easier

Change-Id: I20ff7abf6b98d2247ee52e2d2b43af88c062f779
2022-07-27 00:43:02 +02:00

33 行
691 B
Plaintext

# Upstream code
/resources/lib/
/resources/src/jquery.tipsy/
/resources/src/mediawiki.libs.jpegmeta/
# Skip functions
/resources/src/skip-*
# Build tooling
/docs/coverage/
/docs/js/
/docs/latex/
/vendor/
/tests/coverage/
/tests/phpunit/data/registration/duplicate_keys.json
/tests/phpunit/unit/includes/Settings/Source/fixtures/bad.json
/maintenance/benchmarks/data/
# Nested projects
/extensions/
/skins/
# Language files written automatically by TranslateWiki
/**/i18n/**/*.json
!/**/i18n/**/en.json
!/**/i18n/**/qqq.json
# Ignore directories where MW may write internal files (T291674)
# Ref $wgCacheDirectory (installer)
# Ref $wgUploadDirectory (run-time default)
/cache/
/images/