Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hstech/vetur-lint

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hstech/vetur-lint

[![npm version](https://badge.fury.io/js/angular2-expandable-list.svg)](https://badge.fury.io/js/angular2-expandable-list) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier

  • 1.4.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

npm version code style: prettier

Eslint + Prettier + Vetur shareable config

A shareable eslint + prettier config

Prerequisites

This project requires NodeJS (version 16 or later) and Yarn. Node and Yarn are really easy to install. To make sure you have them available on your machine, try running the following command.

$ yarn -v && node -v
1.22.5
v16.4.2

Table of contents

Installation

To install and set up the library, run:

$ npm install --save-dev @hstech/vetur-lint

Or if you prefer using Yarn:

$ yarn add --dev @hstech/vetur-lint

Usage

Eslint

Reference it in your package.json:

{
  "eslintConfig": {
    "extends": "./node_modules/@hstech/vetur-lint/.eslintrc"
  }
}

Prettier

Sharing a Prettier configuration is simple: just publish a module that exports a configuration object, say @hstech/vetur-lint, and reference it in your package.json:

{
  "prettier": "@hstech/vetur-lint"
}

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Add your changes: git add .
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :sunglasses:

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

MIT License © Andrea SonnY

Keywords

FAQs

Package last updated on 11 Nov 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc