Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.04 KB

File metadata and controls

39 lines (26 loc) · 1.04 KB

@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