@kinematic-lab/eslint-config-vue

0.0.2 • Public • Published

@kinematic-lab/eslint-config-vue

@kinematic-lab/eslint-config-vue contains the default Vue3 ESLint configuration for kinematic-labs projects.


Table of contents


Relevant links

See changelogs: Here.
See npm: here.


Installation

To use @kinematic-lab/eslint-config-vue in your project, you must first install it as a dependency. You can do this by running the following command in your terminal:


Using PNPM

$ pnpm i @kinematic-lab/eslint-config-vue -D

Using NPM

$ npm i @kinematic-lab/eslint-config-vue -D

Using Yarn

$ yarn add @kinematic-lab/eslint-config-vue --dev

Usage

Once you have installed the package, you can use it by extending it in your ESLint configuration file. See the examples below:


.eslintrc.js

module.exports = {
	extends: ['@kinematic-lab/eslint-config-vue'],
	// other configuration
};

.eslintrc.json

{
	"extends": ["@kinematic-lab/eslint-config-vue"],
	// other configuration
}

Readme

Keywords

none

Package Sidebar

Install

npm i @kinematic-lab/eslint-config-vue

Weekly Downloads

1

Version

0.0.2

License

none

Unpacked Size

2.88 kB

Total Files

4

Last publish

Collaborators

  • aske.lange