editcheck/modules/init.js
File init.js
has 272 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
mw.editcheck = {
config: require( './config.json' ),
ecenable: !!( new URL( location.href ).searchParams.get( 'ecenable' ) || window.MWVE_FORCE_EDIT_CHECK_ENABLED )
};