
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@mediamonks/eslint-config-vue
Advanced tools
This package provides a Vue TypeScript eslint configuration as an extensible shared config, based on the [MediaMonks Coding Standards](https://github.com/mediamonks/frontend-coding-standards).
This package provides a Vue TypeScript eslint configuration as an extensible shared config, based on the MediaMonks Coding Standards.
The configuration has a number of peer dependencies that must be installed.
npm i --dev @mediamonks/eslint-config-vue
Note for yarn users: yarn does not install peer dependencies by default, this can be supplemented with install-peerdeps. Because this config depends on @mediamonks/eslint-config-base, you will first have to install its peer dependencies.
npx install-peerdeps --dev --only-peers @mediamonks/eslint-config-base
npx install-peerdeps --dev @mediamonks/eslint-config-vue
Now you can add @mediamonks/eslint-config-vue to your .eslintrc. Adding parserOptions.project is only required if your project is using TypeScript.
{
"extends": "@mediamonks/eslint-config-vue",
"parserOptions": {
"project": "./tsconfig.json" // can also be an array, if multiple `tsconfig.json` are present
}
}
This eslint configuration purposely had its formatting rules disabled. We encourage to use prettier for formatting using the @mediamonks/prettier-config.
FAQs
This package provides a Vue TypeScript eslint configuration as an extensible shared config, based on the [MediaMonks Coding Standards](https://github.com/mediamonks/frontend-coding-standards).
The npm package @mediamonks/eslint-config-vue receives a total of 16 weekly downloads. As such, @mediamonks/eslint-config-vue popularity was classified as not popular.
We found that @mediamonks/eslint-config-vue demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.