New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@funish/eslint-config-vue

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@funish/eslint-config-vue

Shared eslint configuration specifically for vue, powered by Funish.

edge
latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

@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

Keywords

lint

FAQs

Package last updated on 21 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts