0.0.2 • Published 2 years ago

@kinematic-lab/eslint-config-vue v0.0.2

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

@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
}
0.0.2

2 years ago

0.0.1

2 years ago