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

@1password/front-end-style

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@1password/front-end-style

Config for 1Password front-end code style using Prettier, TSLint, and Stylelint

  • 1.0.1
  • npm
  • Socket score

Version published
Weekly downloads
747
decreased by-30.12%
Maintainers
2
Weekly downloads
 
Created
Source

1Password Front-End Style

This package contains config for 1Password front-end code style using Prettier, TSLint, and Stylelint.

Usage

After installing, you'll need to configure your project to use these styles:

Prettier

Add to your package.json file:

"prettier": "@1password/front-end-style"

TSLint

Create a tslint.yml file:

---
extends:
  - "@1password/front-end-style/tslint.yml"

Stylelint

Add to your package.json file:

"stylelint": {
	"extends": "@1password/front-end-style/stylelintrc.yml"
}

FAQs

Package last updated on 08 Nov 2019

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