Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@dsb-norge/eslint-config-dsb-vue3
Advanced tools
The default export contains all default ESLint rules for JavaScript Standard Style , including the recommended ruleset for Vue, and the ones listed in the rules section .
Note: It requires some peerDependencies as well.
Install the package with:
npx install-peerdeps --dev @dsb-norge/eslint-config-dsb-vue3
Then install the correct versions of each peerDependency package, which are listed by the command:
npm info "@dsb-norge/eslint-config-dsb-vue3@latest" peerDependencies
Now add the config to either your package.json
:
{
"eslintConfig": {
"extends": "@dsb-norge/dsb-vue3"
}
}
or to your .eslintrc
:
{
"extends": "@dsb-norge/dsb-vue3"
}
or to your .eslintrc.js
:
module.exports = {
extends: '@dsb-norge/dsb-vue3'
}
This ESLint configuration comes with some fundamental assumptions:
Despite some assumptions, you can easily overwrite, extend and unset rules and any other setting in your custom eslint config.
FAQs
ESLint standard config for Vue.js projects
The npm package @dsb-norge/eslint-config-dsb-vue3 receives a total of 7 weekly downloads. As such, @dsb-norge/eslint-config-dsb-vue3 popularity was classified as not popular.
We found that @dsb-norge/eslint-config-dsb-vue3 demonstrated a healthy version release cadence and project activity because the last version was released less than 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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.