@funish/eslint-config-vue
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

@funish/eslint-config-vue

npm version npm downloads npm license Contributor Covenant

Shared eslint configuration specifically for vue, powered by Funish.

Getting started

# npm
$ npm install -D eslint @funish/eslint-config-vue

# yarn
$ yarn add -D eslint @funish/eslint-config-vue

# pnpm
$ pnpm add -D eslint @funish/eslint-config-vue

Usage

Create a new .eslintrc.js file or open the original eslint configuration file and fill it with the following content.

module.exports = {
  extends: ["@funish/eslint-config-vue"],
};

Credits

  • Demo Macro - Always believe that good things are about to happen.

License

MIT © Funish

Package Sidebar

Install

npm i @funish/eslint-config-vue

Weekly Downloads

2

Version

0.0.5

License

MIT

Unpacked Size

3.66 kB

Total Files

5

Last publish

Collaborators

  • demomacro