npm

@ombro/eslint-config-vue3

0.1.5 • Public • Published

@ombro/eslint-config-vue3

npm package

Shared eslint config for Vue3

Install

$ npm install -D @ombro/eslint-config-vue3

If your package manager does not automatically install peerDependencies, you need to install it yourself according to the warning message

Usage

Create .eslintrc.js in the project root directory and add the following content:

module.exports = {
  root: true,
  extends: ['@ombro/eslint-config-vue3'],
}

This configuration already integrates with eslint-config-prettier, you can go ahead and configure .prettierrc and eslint rules will be consistent with it

Readme

Keywords

none

Package Sidebar

Install

npm i @ombro/eslint-config-vue3

Weekly Downloads

1

Version

0.1.5

License

MIT

Unpacked Size

2.91 kB

Total Files

4

Last publish

Collaborators

  • cphayim