![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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 6 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.