
Security News
/Research
npm Phishing Email Targets Developers with Typosquatted Domain
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.
eslint-plugin-mediawiki
Advanced tools
MediaWiki-specific linting rules, for use in MediaWiki core and extensions.
MediaWiki-specific linting rules, for use in MediaWiki core and extensions.
If you are developing in MediaWiki you should be using eslint-config-wikimedia which includes this plugin.
Add mediawiki
to the plugins section of your .eslintrc
configuration file, then enable the required rules.
{
"plugins": [
"mediawiki"
],
"rules": {
"mediawiki/msg-doc": "error"
}
}
There are two shared configs: vue
which contains all Vue-related rules, and common
which includes all other rules.
{
"plugins": [
"mediawiki"
],
"extends": [
"plugin:mediawiki/common"
],
"overrides": [
{
"files": [ "**/*.vue" ],
"extends": [
"plugin:mediawiki/vue"
]
}
]
}
mediawiki/class-doc
mediawiki/msg-doc
mediawiki/no-extended-unicode-identifiers
mediawiki/no-nodelist-unsupported-methods
mediawiki/no-vue-dynamic-i18n
mediawiki/valid-package-file-require
mediawiki/vue-exports-component-directive
npm install
npm test
Distributed under the MIT license. See LICENSE for details.
FAQs
MediaWiki-specific linting rules, for use in MediaWiki core and extensions.
The npm package eslint-plugin-mediawiki receives a total of 14,278 weekly downloads. As such, eslint-plugin-mediawiki popularity was classified as popular.
We found that eslint-plugin-mediawiki demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.
Security News
Knip hits 500 releases with v5.62.0, refining TypeScript config detection and updating plugins as monthly npm downloads approach 12M.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.