wiki.techinc.nl/.eslintignore
Timo Tijhof 5095cf760c tests: Configure ESLint to permit ES2022 syntax in test suites
Analogous to what the 'compat/compat' rule indicates already, and the
fact that CI, fresh-node, and local dev generally involves recent
versions of Firefox, Chromium-based browsers, or Safari.

This patch is a minimal first step that only loosens the linter,
and auto-fixing only unusual cases where a new rule specifically
warned against existing code.

Change-Id: Ic64f650bd64669c57b884de3f75b23f3549b0c9f
2023-04-17 21:41:53 +00:00

33 lines
703 B
Text

# Upstream code
/resources/lib/
/resources/src/jquery.tipsy/
/resources/src/mediawiki.libs.jpegmeta/
# Skip functions
/resources/src/skip-*
# Build tooling
/docs/coverage/
/docs/html/
/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/