2.0.0 • Published 3 months ago

@dsb-norge/eslint-config-dsb-vue3 v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

eslint-config-dsb-vue3

npm version GitHub license

Installation

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

Usage

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'
}

Assumptions

This ESLint configuration comes with some fundamental assumptions:

  • vue.js 3 and/or node environment
  • browser and/or node environment
  • vite

Despite some assumptions, you can easily overwrite, extend and unset rules and any other setting in your custom eslint config.

2.0.0

3 months ago

1.1.2

9 months ago

1.1.1

12 months ago

1.1.0

2 years ago

1.0.0

2 years ago

1.0.0-0

2 years ago