mediawiki-extensions-Popups/.istanbul.yml
WMDE-Fisch a3f3cf9e3f build: Update eslint 0.26.0 and apply fixes
Mainly auto fixes but also getting rid of some straight forward lint
warnings to reduce the wall of issues a bit when running the tests.

Also removing some rule exceptions that seem to got more relaxed
upstream.

Change-Id: Icb4d73374583675be74517e6df6508314d61e8c2
2024-01-12 13:50:19 -05:00

7 lines
195 B
YAML

instrumentation:
include-all-sources: true
excludes:
- "resources/dist/*" # Compiled assets
- "*.js" # Gruntfile.js and webpack.config.js
- src/index.js # Application entry point