mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-11 16:48:54 +00:00
ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
e72d7c00a3
commit
f9aacf7ebe
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"extends": ["@commitlint/config-conventional"]
|
||||
"extends": [ "@commitlint/config-conventional" ]
|
||||
}
|
|
@ -49,7 +49,7 @@ module.exports = {
|
|||
// On non-unix systems the linebreaks will be normalized to LF (unix) only at git commit,
|
||||
// assuming `core.autocrlf` is 'true' (default) or 'input'.
|
||||
js2svg: {
|
||||
indent: "\t",
|
||||
pretty: true,
|
||||
indent: '\t',
|
||||
pretty: true
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
@ -169,7 +169,7 @@ function getSuggestions( searchQuery ) {
|
|||
matchedTitle = cleanup( matchedTitle );
|
||||
|
||||
// eslint thinks it is an array
|
||||
// eslint-disable-next-line no-restricted-syntax
|
||||
|
||||
return !( title.includes( matchedTitle ) || matchedTitle.includes( title ) );
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue